Enum ColorGradingMode
The available color grading modes to use for the Project.
Namespace: UnityEngine.Rendering.Universal
Syntax
public enum ColorGradingMode
Fields
Name | Description | Value |
---|---|---|
LowDynamicRange | This mode follows a more classic workflow. Unity applies a limited range of color grading after tonemapping. |
0 |
HighDynamicRange | This mode works best for high precision grading similar to movie production workflow. Unity applies color grading before tonemapping. |
1 |