Enum HDROutputUtils.Operation
HDR color operations that the shader applies.
Namespace: UnityEngine.Rendering
Syntax
[Flags]
public enum Operation
Fields
| Name | Description | Value |
|---|---|---|
| None | Do not perform operations specific to HDR output. |
0 |
| ColorConversion | Convert colors to the color space of the HDR display. |
1 |
| ColorEncoding | Encode colors with the transfer function corresponding to the HDR display. |
2 |