D3D11_1DDI_VIDEO_COLOR - NtDoc

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

typedef struct D3D11_1DDI_VIDEO_COLOR {
  union {
    D3D11_1DDI_VIDEO_COLOR_YCbCrA YCbCr;
    D3D11_1DDI_VIDEO_COLOR_RGBA   RGBA;
  };
} D3D11_1DDI_VIDEO_COLOR;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d10umddi-d3d11_1ddi_video_color)

D3D11_1DDI_VIDEO_COLOR structure

Description

Defines a color value for Microsoft Direct3D 11 video.

Members

YCbCr

A D3D11_1DDI_VIDEO_COLOR_YCbCrA structure that contains a YCbCr color value.

RGBA

A D3D11_1DDI_VIDEO_COLOR_RGBA structure that contains an RGB color value.

Remarks

The anonymous union can represent both RGB and YCbCr colors. The interpretation of the union depends on the context.

See also

D3D11_1DDI_VIDEO_COLOR_RGBA

D3D11_1DDI_VIDEO_COLOR_YCbCrA