Enum HDRDebugMode
HDR debug mode.
Namespace: UnityEngine.Rendering.Universal
Assembly: solution.dll
Syntax
public enum HDRDebugMode
Fields
Name | Description |
---|---|
GamutClip | Gamut clip: show what part of the Scene is covered by the Rec709 gamut and which parts are in the Rec2020 gamut. |
GamutView | Gamut view: show the gamuts and what part of the gamut the image shows. |
None | No HDR debugging. |
ValuesAbovePaperWhite | If the luminance value exceeds the paper white value, show the exceeding value in colors between yellow and red. Shows luminance values otherwise. |