D3DKMDT_COLOR_BASIS enumeration (d3dkmdt.h)
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.
Syntax
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;
Constants
D3DKMDT_CB_UNINITIALIZED Indicates that a variable of type D3DKMDT_COLOR_BASIS has not yet been assigned a meaningful value. |
D3DKMDT_CB_INTENSITY Indicates an encoding scheme that relies only on intensity. This basis is used for monochrome images. |
D3DKMDT_CB_SRGB Indicates the SRGB color basis. |
D3DKMDT_CB_SCRGB Indicates the SCRGB color basis. |
D3DKMDT_CB_YCBCR Indicates the YCBCR color basis. |
D3DKMDT_CB_YPBPR Indicates the YPBPR color basis. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Header | d3dkmdt.h |