D3DCOLORVALUE structure (d3d9types.h)

Syntax

typedef struct _D3DCOLORVALUE {
  float r;
  float g;
  float b;
  float a;
} D3DCOLORVALUE;

Members

r

g

b

a

Requirements

Requirement Value
Header d3d9types.h