diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-09-01 15:43:52 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-09-01 15:43:52 +0200 |
commit | c07d0c2d2f6f7b0eb6e92cc6204bf05037957e82 (patch) | |
tree | 41791cbe367cf023b98043fee56f9346b2592b49 /xicc/xfit.h | |
parent | d7f89e6fe63b8697fab5a901cfce457b375638b3 (diff) |
Imported Upstream version 1.6.3upstream/1.6.3
Diffstat (limited to 'xicc/xfit.h')
-rw-r--r-- | xicc/xfit.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xicc/xfit.h b/xicc/xfit.h index f9f3233..519f071 100644 --- a/xicc/xfit.h +++ b/xicc/xfit.h @@ -55,8 +55,8 @@ typedef enum { #define XFIT_OUT_WP_REL 0x0010 /* Extract the white point and make output relative */ #define XFIT_OUT_WP_REL_US 0x0030 /* Same as above but scale to avoid clipping above WP */ #define XFIT_OUT_WP_REL_C 0x0050 /* Same as above but clip any cLUT values over D50 */ -#define XFIT_CLIP_WP 0x0080 /* Clip white point to have Y <= 1.0 (conflict with above) */ -#define XFIT_OUT_LAB 0x0100 /* Output space is LAB else XYZ for reading WP */ +#define XFIT_CLIP_WP 0x0080 /* Clip white point to have Y <= 1.0 (conflict with above) */ +#define XFIT_OUT_LAB 0x0100 /* Output space is LAB else XYZ for reading WP */ #define XFIT_OUT_ZERO 0x0200 /* Adjust output curves 1 & 2 for zero */ @@ -172,6 +172,7 @@ struct _xfit { double out_max[MXDO], /* Output value scaling/range maximum */ double smooth, /* clut rspl smoothing factor */ double oavgdev[MXDO], /* Average output value deviation */ + double demph, /* dark emphasis factor for cLUT grid res. */ int iord[], /* Order of input positioning/shaper curve for each dimension */ int sord[], /* Order of input sub-grid shaper curve (not used) */ int oord[], /* Order of output shaper curve for each dimension */ |