Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


grayTexture

Gets a small Texture with all gray pixels.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public static Texture2D grayTexture { get; }

Remarks

Unity sets all pixels of this Texture to gray (0.5,0.5,0.5,0.5). The alpha value is also 0.5 (half transparent), and the color is in sRGB color space.
Additional Resources: Texture2D.linearGrayTexture.