DXVAHDDDI_COLOR union (d3dumddi.h)

The DXVAHDDDI_COLOR union contains information that specifies color with either a YCbCr or RGB color structure.

Syntax

typedef union _DXVAHDDDI_COLOR {
  [in] DXVAHDDDI_COLOR_RGBA   RGB;
  [in] DXVAHDDDI_COLOR_YCbCrA YCbCr;
} DXVAHDDDI_COLOR;

Members

[in] RGB

A DXVAHDDDI_COLOR_RGBA structure that describes color in RGB terms.

[in] YCbCr

A DXVAHDDDI_COLOR_YCbCrA structure that describes color in a YCbCr terms.

Requirements

Requirement Value
Minimum supported client DXVAHDDDI_COLOR is supported beginning with the Windows 7 operating system.
Header d3dumddi.h (include D3dumddi.h)

See also

DXVAHDDDI_COLOR_RGBA

DXVAHDDDI_COLOR_YCbCrA