IDDCX_DISPLAYCONFIG_MONITOR_COLORIMETRY_FLAGS enumeration (iddcx.h)

A IDDCX_DISPLAYCONFIG_MONITOR_COLORIMETRY_FLAGS enumeration contains flags that indicate support for specific colorimetry and Electro-Optical Transfer Function (EOTF) capabilities.

Syntax

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
} ;

Constants

 
IDDCX_DISPLAYCONFIG_MONITOR_COLORIMETRY_FLAGS_UNINITIALIZED
Value: 0x0
Indicates that an IDDCX_DISPLAYCONFIG_MONITOR_COLORIMETRY_FLAGS variable has not yet been assigned a meaningful value.
IDDCX_DISPLAYCONFIG_MONITOR_COLORIMETRY_FLAGS_BT2020YCC
Value: 0x1
Tells the OS that the monitor supports the BT.2020 color space using a YCC signal format.
IDDCX_DISPLAYCONFIG_MONITOR_COLORIMETRY_FLAGS_BT2020RGB
Value: 0x2
Tells the OS that the monitor supports the BT.2020 color space using an RGB signal format.
IDDCX_DISPLAYCONFIG_MONITOR_COLORIMETRY_FLAGS_ST2084
Value: 0x4
ells the OS that the monitor supports the ST.2084 Electro-Optical Transfer Function (EOTF).

Remarks

For more information about HDR support, see IddCx version 1.10 updates.

Requirements

Requirement Value
Minimum supported client Windows 11, version 22H2 September Update (IddCx version 1.10)
Header iddcx.h

See also

IDARG_IN_ADAPTERDISPLAYCONFIGUPDATE2

IDDCX_DISPLAYCONFIG_MONITOR_COLORIMETRY

IDDCX_DISPLAYCONFIGPATH2

IddCxAdapterDisplayConfigUpdate2