summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/colorspace/README
blob: f5c998bc9f087a9feeabfbfd19c5bfbc3e8b02d6 (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
colorspace
-----------

PDF color spaces. Currently, only spot colors and overprinting are
supported (requires xcolor; only pdftex and luatex). To define a spot
color, just say:

\definespotcolor{foo}{BarTone 555 GN}{.3, .4, .5, .6}

That's all. You can use tints as usual in xcolor, like:

\color{foo!60}
\colorlet{foo60}{foo!60}

and even set tints from other tints. It seems to work with tikz.

Mixing spot colors (with process colors or other spots colors) and
other functions related to the PDF color spaces (like indexed colors)
are not yet suported, but they are under study.

Those docs, like the package itself, are still somewhat tentative, but
the basic behaviour described here will be preserved in future
versions.

2015-05-11