D3DCOLORVALUE - NtDoc

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

typedef struct _D3DCOLORVALUE {
  float r;
  float g;
  float b;
  float a;
} D3DCOLORVALUE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d9types-_d3dcolorvalue)

_D3DCOLORVALUE structure

Description

Members

r

g

b

a

Remarks

See also