Version: 2019.1
public static Texture2D blackTexture ;

Description

Get a small texture with all black pixels.

All the RGBA colour values of this texture will be zero (0,0,0,0). (Note that the alpha is also zero, which is transparent).

See Also: whiteTexture, normalTexture.