Functions | |
void | Set_Explicit_Color (const char *type, const char *channel, const HC_POINT *rgb, const char *texture, const char *options) |
void Set_Explicit_Color | ( | const char * | type, | |
const char * | channel, | |||
const HC_POINT * | rgb, | |||
const char * | texture, | |||
const char * | options | |||
) |
Allows the specific channel, RGB, and texture components of a color definition to be set separately.
type | - The types of geometric primitives to be colored. Legal values include all the primitives supported by Set_Color(). | |
channel | - The channel to which the color should be applied. | |
rgb | - The RGB component of the color setting. | |
texture | - The texture component of the color setting. This must match an existing texture definition. | |
options | - A string containing options. See below. |
When this is set, the rgb component is ignored.