There are two rows of rectangles using these PNG images as textures; the images and rectangles are all 200x200. In the upper row the transparency is set to 0.0F and in the lower row it is set to 0.3F. For columns 1 and 3 (without alpha) the lower image renders differently because the Material2D transparency is used; which is not the case for columns 2 and 4 where the image alpha overrides this. Hence in columns 2 and 4 the upper and lower rendered output is the same.
Snapshot of rendered output.
![]() |