Previous: Defining and Initializing Colors, Up: Color Reference


16.8 Namespace Colors.

— Constant: 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

These constant Colors can be used in drawing and filling commands.

— Constant: const Color default_background

The default background color. Equal to white per default.

— Pointer: const Color* background_color

Points to default_background by default.

— Pointer: const Color* default_color

Points to black by default.

— Pointer: const Color* help_color

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).

— Vector: const vector <const Color*> default_color_vector

Contains one pointer, namely default_color.

— Vector: const vector <const Color*> help_color_vector

Contains one pointer, namely help_color.

— Vector: const vector <const Color*> background_color_vector

Contains one pointer, namely background_color.