D3DKMDT_COLOR_BASIS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3dkmdt-_d3dkmdt_color_basis)

_D3DKMDT_COLOR_BASIS enumeration

Description

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.

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.