Enum HDREncoding
The available options for color encoding 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 HDREncoding
Fields
Name | Description |
---|---|
Gamma22 | Gamma 2.2 OETF. |
Linear | Linear OETF. |
PQ | ST 2084 PQ OETF |
sRGB | sRGB curve OETF. |