diff options
Diffstat (limited to 'xicc/cam02plot.c')
-rwxr-xr-x[-rw-r--r--] | xicc/cam02plot.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/xicc/cam02plot.c b/xicc/cam02plot.c index 16b5aa5..57b7835 100644..100755 --- a/xicc/cam02plot.c +++ b/xicc/cam02plot.c @@ -578,7 +578,9 @@ main(int argc, char *argv[]) { 0.00, /* Glare as a fraction of the ambient (Y range 0.0 .. 1.0) */ white[4], /* The Glare color coordinates (typically the Ambient color) */ use_hk, /* use Helmholtz-Kohlraush flag */ - 1.0 /* HK scaling factor */ + 1.0, /* HK scaling factor */ + 0.0, /* No mid-tone hack */ + NULL ); /* Setup cam to convert from Jab */ @@ -597,7 +599,9 @@ main(int argc, char *argv[]) { 0.00, /* Glare as a fraction of the ambient (Y range 0.0 .. 1.0) */ white[4], /* The Glare color coordinates (typically the Ambient color) */ use_hk, /* use Helmholtz-Kohlraush flag */ - 1.0 /* HK scaling factor */ + 1.0, /* HK scaling factor */ + 0.0, /* No mid-tone hack */ + NULL ); /* Figure out the size of the raster */ |