Next: \color_front
Up: Diagram header specific operators
Previous: Diagram header specific operators
  Contents
  Index
Subsections
Operator to specify the desired color of the backside of the
sheet of paper. This color is used within a fill operation (operator
\fill see §) in which the side flag is equal to
'back'. There are two different ways to define a color:
- by its name (according to those predefined),
- by its RGB values.
Therefore, two syntaxes are provided. The first one takes only one
parameter which is the color symbol name. This name should be one of
those declared by the language (see below). The second syntax takes
three integer values which are respectively red, green and blue
percentage.
Due to its global aspect this operator should only appear in a diagram
header block.
\color_back(gray80);
\color_back(0, 0, 100); % cyan
\color_back(COLOR);
\color_back(RED, GREEN, BLUE);
COLOR
Description : Indicates the name of the back color.
Type : Symbol.
Allowed values : One of the predefined color name :
[black, gray10, gray20, gray30,
gray40, gray50, gray60, gray70,
gray80, gray90, white].
RED
Description : Indicates the percentage of red in back color.
Type : Integer.
Allowed values : Any integer in range [0, 100].
GREEN
Description : Indicates the percentage of green in back color.
Type : Integer.
Allowed values : Any integer in range [0, 100].
BLUE
Description : Indicates the percentage of blue in back color.
Type : Integer.
Allowed values : Any integer in range [0, 100].
Doodle reference manual HTML version generated using LaTeX2HTML
by Jérôme Gout, 2001-10-29
Doodle is hosted by Sourceforge, go to for more information
©2000-2001 Doodle