diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-11-25 10:16:00 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-11-25 10:16:00 +0100 |
commit | f6b8e0eae4374f339487a33e3e4fe5462d5816e1 (patch) | |
tree | 5f5f764fd6cda404b2ad6e85762c03fce3a335db /xicc/cam02plot.c | |
parent | 615ab5513e79c4abc5bbe5c993587785b6a1738b (diff) |
New upstream version 2.0.0upstream/2.0.0
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 */ |