// d3d10umddi.h
typedef struct D3D11_1DDI_VIDEO_COLOR_RGBA {
float R;
float G;
float B;
float A;
} D3D11_1DDI_VIDEO_COLOR_RGBA;
View the official Windows Driver Kit DDI referenceNo description available.
Specifies an RGB color value.
RThe red value.
GThe green value.
BThe blue value.
AThe alpha value. Values range from 0 (transparent) to 1 (opaque).