Q3ColorARGB_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.
Q3ColorARGB_Set
function returns, as its function result and in the color
parameter, a pointer to an ARGB color structure whose fields contain the values in the a
, r
, g
, and b
parameters.
Let us know what you think of these prototype pages.
Generated with Harlequin WebMaker