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