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

This package provides some tools related to PDF color spaces and color
management. It requires xcolor, which is loaded if it has not been
before.

Currently it supports what I think are the most common tools:

* Spot colors (CMYK and CIE LAB)
* Mixed spot and process colors (up to 4)
* ICC based default CMYK, RGB and Gray spaces
* Overprinting

Currently only pdftex and luatex are supported.  It seems to work with tikz.

For example, to define a spot color, just say something like:

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

That's all.

What's new
----------

* 1.2.0 CIE LAB spot colors (including mixed inks with a CMYK alternative)
* 1.1.1 is compatible with luatex 0.95

2016-10-05