summaryrefslogtreecommitdiff
path: root/icc/iccV42.h
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-08-23 12:17:05 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-08-23 12:17:05 +0200
commitc0b89ac5bfb90835ef01573267020e42d4fe070c (patch)
tree733c16852d964d84b7565af4bdaff0bcca901b88 /icc/iccV42.h
parent094535c010320967639e8e86f974d878e80baa72 (diff)
Imported Upstream version 1.8.0upstream/1.8.0
Diffstat (limited to 'icc/iccV42.h')
-rwxr-xr-x[-rw-r--r--]icc/iccV42.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/icc/iccV42.h b/icc/iccV42.h
index ee3fefb..2f3ec27 100644..100755
--- a/icc/iccV42.h
+++ b/icc/iccV42.h
@@ -223,7 +223,7 @@ typedef enum {
icSigNamedColorTag = 0x6E636f6CL, /* 'ncol' V2.0 */
icSigNamedColor2Tag = 0x6E636C32L, /* 'ncl2' V2.1+ */
icSigOutputResponseTag = 0x72657370L, /* 'resp' V2.2+ */
- icSigPerceptualRenderingIntentGamutTag = 0x72696730L, /* 'rig0' ??? */
+ icSigPerceptualRenderingIntentGamutTag = 0x72696730L, /* 'rig0' V4.3+ */
icSigPreview0Tag = 0x70726530L, /* 'pre0' */
icSigPreview1Tag = 0x70726531L, /* 'pre1' */
icSigPreview2Tag = 0x70726532L, /* 'pre2' */
@@ -385,7 +385,7 @@ typedef enum {
/* Rendering Intent Gamut Signatures */
typedef enum {
- icSigPerceptualReferenceMediumGamut = 0x70726d67L, /* 'prmg' */
+ icSigPerceptualReferenceMediumGamut = 0x70726d67L, /* 'prmg' V4.3+ */
icMaxEnumReferenceMediumGamut = icMaxTagVal
} icReferenceMediumGamutSignature;