D3D11_1DDI_VIDEO_COLOR_RGBA - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

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

D3D11_1DDI_VIDEO_COLOR_RGBA structure

Description

Specifies an RGB color value.

Members

R

The red value.

G

The green value.

B

The blue value.

A

The alpha value. Values range from 0 (transparent) to 1 (opaque).