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, "C:\\temp\\com.unity.render-pipelines.core@14.0\\Packages\\com.unity.render-pipelines.core\\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. |