59 |
|
char *tralist[MAXMODLIST]; /* list of modifers to trace (or no) */ |
60 |
|
int traincl = -1; /* include == 1, exclude == 0 */ |
61 |
|
|
62 |
< |
double (*sens_curve)(SCOLOR scol) = NULL; /* spectral conversion for 1-channel */ |
62 |
> |
double (*sens_curve)(const SCOLOR scol) = NULL; /* spectral conversion for 1-channel */ |
63 |
|
double out_scalefactor = 1; /* output calibration scale factor */ |
64 |
|
RGBPRIMP out_prims = stdprims; /* output color primitives (NULL if spectral) */ |
65 |
|
static RGBPRIMS our_prims; /* private output color primitives */ |