Enum TonemappingMode
Available tonemapping modes.
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
[GenerateHLSL(PackingRules.Exact, true, false, false, 1, false, false, false, -1, "/Users/robje/Library/Application Support/Unity/Editor/documentation/build/com.unity.render-pipelines.high-definition@16.0/Library/PackageCache/com.unity.render-pipelines.high-definition@16.0.6/Runtime/PostProcessing/Components/Tonemapping.cs")]
public enum TonemappingMode
Fields
Name | Description |
---|---|
ACES | 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. |