Command/definecolor

From Wiki
< Command
Revision as of 16:40, 11 April 2010 by Thomas (talk | contribs) (cleaned up)
Jump to navigation Jump to search

\definecolor

Syntax

\definecolor[...][...,...=...,...]
[...] name
r text
g text
b text
c text
m text
y text
k text
s text
h text
t text
a text
p text
e text


Description

\definecolor associates a name with a color, for later use with the \color command.

To use hexadecimal colors you need to load the proper module first:

\setupcolor[hex]

Then the colors can be specified with

\definecolor[hex-red][h=FF0000]


Example

See also