Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_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. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista |
| Header | d3dkmdt.h |