_D3DCOLORVALUE structure
[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]
Describes ... TBD
Syntax
typedef struct _D3DCOLORVALUE {
float r;
float g;
float b;
float a;
} D3DCOLORVALUE;
Members
r
Specifies a float that ... TBDg
Specifies a float that ... TBDb
Specifies a float that ... TBDa
Specifies a float that ... TBD
Remarks
Use this structure with ... TBD
Requirements
Header |
Dxgitype.h |