sRGBClip
Whether the imported clip contains sRGB color data.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Property
- Namespace: UnityEditor
- Assembly: UnityEditor
public bool sRGBClip { get; set; }
Remarks
This setting is copied into the VideoClip.sRGB value of the resulting clip.
Additional Resources: Linear and Gamma rendering, TextureImporter.sRGBTexture and PlayerSettings.colorSpace.