Enum HDRRangeReduction
The available options for range reduction/tonemapping when outputting to an HDR device.
Namespace: UnityEngine.Rendering
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@13.1/Packages/com.unity.render-pipelines.core/Runtime/PostProcessing/HDROutputDefines.cs")]
public enum HDRRangeReduction
Fields
Name | Description | Value |
---|---|---|
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. |