linearGrayTexture
Gets a small Texture with all gray pixels.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Property
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public static Texture2D linearGrayTexture { 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 linear color space.
Additional Resources: Texture2D.grayTexture.