summaryrefslogtreecommitdiff
path: root/xicc/xcolorants.h
diff options
context:
space:
mode:
Diffstat (limited to 'xicc/xcolorants.h')
-rw-r--r--xicc/xcolorants.h12
1 files changed, 10 insertions, 2 deletions
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: */