Enum TonemappingMode
Available tonemapping modes.
Namespace: UnityEngine.Rendering.HighDefinition
Syntax
public enum TonemappingMode : int
Fields
Name | Description | Value |
---|---|---|
ACES | Close approximation of the reference ACES tonemapper for a more filmic look. |
|
Custom | A tweakable, artist-friendly tonemapping curve. |
|
External | Specifies a custom lookup table. |
|
Neutral | Tonemapping mode with minimal impact on color hue and saturation. |
|
None | No tonemapping. |