From 3db384424bd7398ffbb7a355cab8f15f3add009f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 2 Oct 2016 19:24:58 +0200 Subject: New upstream version 1.9.1+repack --- xicc/xcolorants.h | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'xicc/xcolorants.h') diff --git a/xicc/xcolorants.h b/xicc/xcolorants.h index 460c4b0..e328ad2 100644 --- a/xicc/xcolorants.h +++ b/xicc/xcolorants.h @@ -3,7 +3,9 @@ /* * International Color Consortium color transform expanded support * Known colorant definitions. - * + */ + +/* * Author: Graeme W. Gill * Date: 24/2/2002 * Version: 1.00 @@ -45,7 +47,9 @@ Another change would be to make xcolorants an object, with dynamic colorant and colorant combination values. These would be initialised to defaults, but could then - be added to at run time. + be added to at run time, to support import/export to + other color data formats, and coping with arbitrary raster + files etc. Handling the "colorant" of non-device type color channels is also a challenge (ie., Lab, Hsv etc.) @@ -250,6 +254,8 @@ inkmask icx_enum_colorant_comb(int no, char **desc); /* return NZ if it does. */ int icx_colorant_comb_match_icc(inkmask mask, icColorSpaceSignature sig); +#ifndef SALONEINSTLIB + /* Given an ICC colorspace signature, return the appropriate */ /* colorant combination mask. Return 0 if ambiguous signature. */ inkmask icx_icc_to_colorant_comb(icColorSpaceSignature sig, icProfileClassSignature deviceClass); @@ -265,6 +271,8 @@ inkmask icx_icc_cv_to_colorant_comb(icColorSpaceSignature sig, icProfileClassSig /* return 0 if there is no match */ icColorSpaceSignature icx_colorant_comb_to_icc(inkmask mask); +#endif /* !SALONEINSTLIB */ + /* --------------------------------------------------------- */ /* An aproximate device colorant model object lookup object: */ -- cgit v1.2.3