Enum TonemappingMode
Available tonemapping modes.
Namespace: UnityEngine.Rendering.HighDefinition
Syntax
[GenerateHLSL(PackingRules.Exact, true, false, false, 1, false, false, false, -1, "C:\\temp\\com.unity.render-pipelines.high-definition@13.0\\Packages\\com.unity.render-pipelines.high-definition\\Runtime\\PostProcessing\\Components\\Tonemapping.cs")]
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 |