summaryrefslogtreecommitdiff
path: root/xicc/xcolorants.c
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2016-10-22 15:49:39 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2016-10-22 15:49:39 +0200
commit615ab5513e79c4abc5bbe5c993587785b6a1738b (patch)
tree8630776536cec5ff775293fca49316f1c907d144 /xicc/xcolorants.c
parent3db384424bd7398ffbb7a355cab8f15f3add009f (diff)
New upstream version 1.9.2+repackupstream/1.9.2+repack
Diffstat (limited to 'xicc/xcolorants.c')
-rw-r--r--xicc/xcolorants.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/xicc/xcolorants.c b/xicc/xcolorants.c
index edc7e52..f243718 100644
--- a/xicc/xcolorants.c
+++ b/xicc/xcolorants.c
@@ -133,6 +133,10 @@ static struct {
"CMYK + Red + Blue" },
{ ICX_CMYKOG, ICX_W, icSig6colorData, icSigMch6Data,
"CMYK + Orange + Green" },
+ { ICX_CMYKRGB, ICX_W, icSig7colorData, icSigMch7Data,
+ "CMYK + Red + Green + Blue" },
+ { ICX_CMYKOGB, ICX_W, icSig7colorData, icSigMch7Data,
+ "CMYK + Orange + Green + Blue" },
{ ICX_CMYKcmk1k, ICX_CMYK, icSig8colorData, icSigMch8Data,
"CMYK + Light CMK + Light Light K" },
{ ICX_CMYKOGcm, ICX_CMYKOG, icSig8colorData, icSigMch8Data,