Field SceneReferredSdrWhiteLevel
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
The number of nits that sRGB or scRGB color space uses for SDR white, or floating point values of 1.0f. This value is constant only when the color space uses scene-referred luminance, which is true for high dynamic range (HDR) content. If the color space uses display-referred luminance instead, then the SDR white level should be queried from the display.
public const float SceneReferredSdrWhiteLevel = 80
Returns
- float
- The number of nits that sRGB or scRGB color space uses for SDR white, or floating point values of 1.0f. This value is constant only when the color space uses scene-referred luminance, which is true for high dynamic range (HDR) content. If the color space uses display-referred luminance instead, then the SDR white level should be queried from the display.
Remarks
The value of this constant is 80.0f.
This is the Direct2D constant D2D1_SCENE_REFERRED_SDR_WHITE_LEVEL.