summaryrefslogtreecommitdiff
path: root/gamut/gammap.h
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2016-10-02 19:24:58 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2016-10-02 19:24:58 +0200
commit3db384424bd7398ffbb7a355cab8f15f3add009f (patch)
tree4536961c62454aca3ac87ee88229e4d20c0d44fa /gamut/gammap.h
parentd479dd1aab1c1cb907932c6595b0ef33523fc797 (diff)
New upstream version 1.9.1+repackupstream/1.9.1+repack
Diffstat (limited to 'gamut/gammap.h')
-rw-r--r--gamut/gammap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gamut/gammap.h b/gamut/gammap.h
index 69207a4..247ff65 100644
--- a/gamut/gammap.h
+++ b/gamut/gammap.h
@@ -58,6 +58,8 @@ gammap *new_gammap(
gamut *s_gam, /* Source image gamut (NULL if none) */
gamut *d_gam, /* Destination colorspace gamut */
icxGMappingIntent *gmi, /* Gamut mapping specification */
+ gamut *sh_gam, /* If not NULL, then use sc_gam for the luminence */
+ /* mapping, and sh_gam for the hull mapping (i.e. general compression) */
int src_kbp, /* Use K only black point as src gamut black point */
int dst_kbp, /* Use K only black point as dst gamut black point */
int dst_cmymap, /* masks C = 1, M = 2, Y = 4 to force 100% cusp map */