Enum LumaColorSpaceMode
Specifies how luminance (luma) values should be computed with respect to gamma and linear color spaces.
Namespace: UnityEngine.TestTools.Graphics
Assembly: UnityEngine.TestTools.Graphics.dll
Syntax
public enum LumaColorSpaceMode
Fields
| Name | Description |
|---|---|
| ConvertLinearToGamma | Converts linear space images to gamma space before computing luma values. |
| RejectLinearImages | Rejects linear space images for luma computation. An argument exception will be thrown. |