Command/definecolor

From Wiki
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 in mkii 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