// iddcx.h
typedef enum IDDCX_COLOR_SPACE {
IDDCX_COLOR_SPACE_UNINITIALIZED = 0,
IDDCX_COLOR_SPACE_G22_P709 = 1,
IDDCX_COLOR_SPACE_G2084_P2020 = 2,
IDDCX_COLOR_SPACE_G22_P709_WCG = 3
} ;
View the official Windows Driver Kit DDI referenceNo description available.
An IDDCX_COLOR_SPACE enumeration value specifies the color space to use on the monitor.
IDDCX_COLOR_SPACE_UNINITIALIZED:0Indicates that an IDDCX_COLOR_SPACE variable has not yet been assigned a meaningful value.
IDDCX_COLOR_SPACE_G22_P709:1The standard definition for sRGB.
IDDCX_COLOR_SPACE_G2084_P2020:2The standard definition for HDR10.
IDDCX_COLOR_SPACE_G22_P709_WCG:3The standard definition for sRGB SDR WCG.
For more information about HDR support, see IddCx version 1.10 updates.
EVT_IDD_CX_ADAPTER_COMMIT_MODES2