DXVAHDDDI_COLOR - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dumddi.h

typedef union _DXVAHDDDI_COLOR {
  [in] DXVAHDDDI_COLOR_RGBA   RGB;
  [in] DXVAHDDDI_COLOR_YCbCrA YCbCr;
} DXVAHDDDI_COLOR;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dumddi-_dxvahdddi_color)

_DXVAHDDDI_COLOR structure

Description

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

Members

RGB [in]

A DXVAHDDDI_COLOR_RGBA structure that describes color in RGB terms.

YCbCr [in]

A DXVAHDDDI_COLOR_YCbCrA structure that describes color in a YCbCr terms.

See also

DXVAHDDDI_COLOR_RGBA

DXVAHDDDI_COLOR_YCbCrA