diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-12-01 10:32:14 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-12-01 10:32:14 +0100 |
commit | 4097e27114d227692d53c5d28487e12a3833cd24 (patch) | |
tree | d5c2a62c4db97de94f92150340612c64d3997669 /xicc/cam02plot.c | |
parent | f8a0a4e1c775a90c313cb83201eec4cea4e9a7da (diff) | |
parent | 5514d94483c98e3320b202b1bb882023a7d12027 (diff) |
Merge branch 'feature/upstream' into develop
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 */ |