Q3ColorARGB_Set
You can use theQ3ColorARGB_Set
function to set the fields of an ARGB color structure.
TQ3ColorARGB *Q3ColorARGB_Set ( TQ3ColorARGB *color, float a, float r, float g, float b);
color
- On exit, a pointer to an ARGB color structure.
a
- The alpha channel of the color.
r
- The red component of the color.
g
- The green component of the color.
b
- The blue component of the color.
DESCRIPTION
TheQ3ColorARGB_Set
function returns, as its function result and in thecolor
parameter, a pointer to an ARGB color structure whose fields contain the values in thea
,r
,g
, andb
parameters.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help