D3DCOLORVALUE 结构 (d3d9types.h)

语法

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

成员

r

g

b

a

要求

要求
Header d3d9types.h