// d3dkmdt.h
typedef enum _D3DKMDT_COLOR_BASIS {
D3DKMDT_CB_UNINITIALIZED,
D3DKMDT_CB_INTENSITY,
D3DKMDT_CB_SRGB,
D3DKMDT_CB_SCRGB,
D3DKMDT_CB_YCBCR,
D3DKMDT_CB_YPBPR
} D3DKMDT_COLOR_BASIS;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DKMDT_COLOR_BASIS enumeration contains constants that indicate the color basis used to encode the content of a video present source or the signal on a video present target.
D3DKMDT_CB_UNINITIALIZEDIndicates that a variable of type D3DKMDT_COLOR_BASIS has not yet been assigned a meaningful value.
D3DKMDT_CB_INTENSITYIndicates an encoding scheme that relies only on intensity. This basis is used for monochrome images.
D3DKMDT_CB_SRGBIndicates the SRGB color basis.
D3DKMDT_CB_SCRGBIndicates the SCRGB color basis.
D3DKMDT_CB_YCBCRIndicates the YCBCR color basis.
D3DKMDT_CB_YPBPRIndicates the YPBPR color basis.