// iddcx.h
typedef enum IDDCX_DISPLAYCONFIG_MONITOR_COLORIMETRY_FLAGS {
IDDCX_DISPLAYCONFIG_MONITOR_COLORIMETRY_FLAGS_UNINITIALIZED = 0x0,
IDDCX_DISPLAYCONFIG_MONITOR_COLORIMETRY_FLAGS_BT2020YCC = 0x1,
IDDCX_DISPLAYCONFIG_MONITOR_COLORIMETRY_FLAGS_BT2020RGB = 0x2,
IDDCX_DISPLAYCONFIG_MONITOR_COLORIMETRY_FLAGS_ST2084 = 0x4
} ;
View the official Windows Driver Kit DDI referenceNo description available.
A IDDCX_DISPLAYCONFIG_MONITOR_COLORIMETRY_FLAGS enumeration contains flags that indicate support for specific colorimetry and Electro-Optical Transfer Function (EOTF) capabilities.
IDDCX_DISPLAYCONFIG_MONITOR_COLORIMETRY_FLAGS_UNINITIALIZED:0x0Indicates that an IDDCX_DISPLAYCONFIG_MONITOR_COLORIMETRY_FLAGS variable has not yet been assigned a meaningful value.
IDDCX_DISPLAYCONFIG_MONITOR_COLORIMETRY_FLAGS_BT2020YCC:0x1Tells the OS that the monitor supports the BT.2020 color space using a YCC signal format.
IDDCX_DISPLAYCONFIG_MONITOR_COLORIMETRY_FLAGS_BT2020RGB:0x2Tells the OS that the monitor supports the BT.2020 color space using an RGB signal format.
IDDCX_DISPLAYCONFIG_MONITOR_COLORIMETRY_FLAGS_ST2084:0x4ells the OS that the monitor supports the ST.2084 Electro-Optical Transfer Function (EOTF).
For more information about HDR support, see IddCx version 1.10 updates.
IDARG_IN_ADAPTERDISPLAYCONFIGUPDATE2
IDDCX_DISPLAYCONFIG_MONITOR_COLORIMETRY
IddCxAdapterDisplayConfigUpdate2