next up previous contents index
Next: \fill Up: Faces coloring operators Previous: Faces coloring operators   Contents   Index

Subsections

\darker

Description 

\darker is a color modifier used to decrease a particular color given in argument. It returns another color object which is 10% darker than the original one. It can be used inside the filling operator (\fill) to modify one of the two defined color (front or back). As the returned type is the same of one of the argument this operator can be used on the result of itself.

Usage

  \fill(\darker(back), a, b, c);          % darker than 'back' color
  \fill(\darker(\darker(back)), a, d, c); % darker again

Formal structure

  \darker(COLOR);

Parameters

  COLOR
  Description    : Indicates which color has to be modified.
  Type           : Color type.
  Allowed values : One value of [back, front] and the return of 
                   \darker or \lighter operator.



Doodle reference manual HTML version generated using LaTeX2HTML by Jérôme Gout, 2001-10-29
Doodle is hosted by Sourceforge, go to SourceForge Logo for more information
©2000-2001 Doodle