Compartir a través de


DXVAHDDDI_COLOR unión (d3dumddi.h)

La unión DXVAHDDDI_COLOR contiene información que especifica el color con una estructura de color YCbCr o RGB.

Sintaxis

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

Miembros

[in] RGB

Estructura DXVAHDDDI_COLOR_RGBA que describe el color en términos RGB.

[in] YCbCr

Estructura DXVAHDDDI_COLOR_YCbCrA que describe el color en términos YCbCr.

Requisitos

Requisito Value
Cliente mínimo compatible DXVAHDDDI_COLOR se admite a partir del sistema operativo Windows 7.
Encabezado d3dumddi.h (incluya D3dumddi.h)

Consulte también

DXVAHDDDI_COLOR_RGBA

DXVAHDDDI_COLOR_YCbCrA