Enum HDRRangeReduction
The available options for range reduction/tonemapping when outputting to an HDR device.
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.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.core@16.0/Library/PackageCache/com.unity.render-pipelines.core@16.0.6/Runtime/PostProcessing/HDROutputDefines.cs")]
public enum HDRRangeReduction
Fields
Name | Description |
---|---|
ACES1000Nits | ACES tonemapping preset for 1000 nits displays. |
ACES2000Nits | ACES tonemapping preset for 2000 nits displays. |
ACES4000Nits | ACES tonemapping preset for 4000 nits displays. |
BT2390 | BT2390 Hermite spline EETF range reduction. |
None | No range reduction. |
Reinhard | Reinhard tonemapping. |