Contents
Summary
The command
\showcolor
displays user-defined colors
Settings
Description
The command
\showcolor
displays user-defined colors.
It displays only user-defined colors and colorgroups, not the colors that are already defined by ConTeXt itself, nor colors that are loaded using \usecolors
Examples
Example 1
-
\definecolorgroup [orange] [1.00:0.95:0.90, 1.00:0.80:0.30, 0.80:0.50:0.00] \definecolor[green][r=0.5,g=1,b=0.5] \showcolor
-
Example 2
-
\definecolor[blue][r=0.4,g=0.4,b=1] \showcolor [blue]
-