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