Namespace Colors.
const Color red
|
Constant |
const Color green
|
Constant |
const Color blue
|
Constant |
const Color cyan
|
Constant |
const Color yellow
|
Constant |
const Color magenta
|
Constant |
const Color orange_red
|
Constant |
const Color violet_red
|
Constant |
const Color pink
|
Constant |
const Color green_yellow
|
Constant |
const Color orange
|
Constant |
const Color violet
|
Constant |
const Color purple
|
Constant |
const Color blue_violet
|
Constant |
const Color yellow_green
|
Constant |
const Color black
|
Constant |
const Color white
|
Constant |
const Color gray
|
Constant |
const Color light_gray
|
Constant |
These constant Colors can be used in drawing and filling
commands.
|
const Color default_background
|
Constant |
The default background color. Equal to white per default.
|
const Color* background_color
|
Pointer |
Points to default_background by default.
|
const Color* default_color
|
Pointer |
Points to black by default.
|
const Color* help_color
|
Pointer |
Points to green by default.
|
The following vectors of pointers to Color
can be used in the
drawing and filling functions for Solid
(see Solid Reference; Drawing and Filling).
const vector <const Color*> default_color_vector
|
Vector |
Contains one pointer, namely default_color .
|
const vector <const Color*> help_color_vector
|
Vector |
Contains one pointer, namely help_color .
|
const vector <const Color*> background_color_vector
|
Vector |
Contains one pointer, namely background_color .
|