Enum GradingLutFormat
Available color grading LUT formats.
네임스페이스: UnityEngine.Rendering.HighDefinition
어셈블리: solution.dll
구문
public enum GradingLutFormat
필드
이름 | 설명 |
---|---|
R11G11B10 | R11G11B10. Fastest lookup format but can result in a loss of precision in some extreme cases. |
R16G16B16A16 | 16 bit per channel. |
R32G32B32A32 | 32 bit per channel. Should only be used in extreme grading cases. |