C
#define SetColor(color) _color = (color)
Overview
Sets current drawing color.
Input Parameters
Input Parameters |
Description |
color |
Color coding is based on GFX_COLOR definition. GFX_COLOR definition is based on the color depth (COLOR_DEPTH) used. |
Returns
none
Preconditions
none
Side Effects
none