summaryrefslogtreecommitdiff
path: root/doc/context/sources/general/manuals/start/en/ma-cb-en-color.tex
blob: 1cfeadf9ae1b3daebced9d33563b81de5eeaf293 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
\startcomponent ma-cb-en-color

\project ma-cb

\startchapter[title=Color]

\index{color}

\Command{\tex{setupcolors}}
\Command{\tex{color}}
\Command{\tex{definecolor}}

Text, frames or backgrounds can be set in color with:

\shortsetup{color}

Default the basic colors are available. Basic colors are for example
red, white and blue. A color like orange can be defined with:

\shortsetup{definecolor}

You can define orange like this:

\startbuffer[a]
\definecolor [darkorange]   [c=0.0,m=0.60,y=1.00,k=0.0]
\definecolor [middleorange] [.5(darkorange)]
\stopbuffer

\typebuffer[a]

\getbuffer[a]

It is of good practice to check (combinations of) colors on a larger
surface:

\startbuffer
\blackrule[width=\hsize,height=1cm,color=red,after=]
\blackrule[width=\hsize,height=1cm,color=white,after=]
\blackrule[width=\hsize,height=1cm,color=blue,after=]
\blackrule[width=\hsize,height=1cm,color=darkorange]
\stopbuffer

\typebuffer

so you can see if they fit together:

\blank

\getbuffer

A color can be invoked in a number of ways:

\startbuffer
\startcolor[red]
On {\darkorange Kingsday} {\blue Hasselt} turns into a
\color[darkorange]{colorfull} city.
\stopcolor
\stopbuffer

\typebuffer

\getbuffer

More information on the use of color models, transparency and palets can be found
on the \goto {\CONTEXTWIKI} [ url (http://wiki.contextgarden.net/Color) ]
and in the
\goto {\em Color Separation} [ url (manual:color) ] manual.

\stopchapter

\stopcomponent