summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/colorspace/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/colorspace/README')
-rw-r--r--Master/texmf-dist/doc/latex/colorspace/README22
1 files changed, 10 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/latex/colorspace/README b/Master/texmf-dist/doc/latex/colorspace/README
index f5c998bc9f0..8f6fbab7dce 100644
--- a/Master/texmf-dist/doc/latex/colorspace/README
+++ b/Master/texmf-dist/doc/latex/colorspace/README
@@ -1,25 +1,23 @@
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:
+PDF color spaces. Currently, it supports:
-\definespotcolor{foo}{BarTone 555 GN}{.3, .4, .5, .6}
+* spot colors
+* mixing inks (spot and process), up to 4
+* ICC based default CMYK, RGB and Gray spaces
+* overprinting
-That's all. You can use tints as usual in xcolor, like:
+It requires xcolor and currently only pdftex and luatex.
-\color{foo!60}
-\colorlet{foo60}{foo!60}
+For example, to define a spot color, just say:
-and even set tints from other tints. It seems to work with tikz.
+\definespotcolor{foo}{BarTone 555 GN}{.3, .4, .5, .6}
-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.
+That's all.
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 \ No newline at end of file
+2015-06-01 \ No newline at end of file