Enum HDRColorspace
The available options for colorspace 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 HDRColorspace
Fields
| Name | Description |
|---|---|
| P3D65 | P3 color primaries with D65 white point. |
| Rec2020 | Rec2020 color primaries with D65 white point. |
| Rec709 | Rec709 color primaries with D65 white point. |