Command/showcolor

From Wiki
< Command
Revision as of 14:34, 9 November 2021 by Taco (talk | contribs) (Created page with "Documentation for \showcolor")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


\showcolor

Summary

The command \showcolor displays user-defined colors

Settings

\showcolor[...]
[...]color

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]
    

Notes

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: