diff options
Diffstat (limited to 'gamut/gammap.h')
-rw-r--r-- | gamut/gammap.h | 2 |
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 */ |