Enum GradingLutFormat
Available color grading LUT formats.
Namespace: UnityEngine.Rendering.HighDefinition
Syntax
public enum GradingLutFormat
Fields
Name | Description |
---|---|
ARGBFloat | 32 bit per channel. Should only be used in extreme grading cases. |
ARGBHalf | 16 bit per channel. |
RGB111110Float | R11G11B10. Fastest lookup format but can result in a loss of precision in some extreme cases. |