summaryrefslogtreecommitdiff
path: root/xicc/cam02plot.c
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2016-10-02 19:24:58 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2016-10-02 19:24:58 +0200
commit3db384424bd7398ffbb7a355cab8f15f3add009f (patch)
tree4536961c62454aca3ac87ee88229e4d20c0d44fa /xicc/cam02plot.c
parentd479dd1aab1c1cb907932c6595b0ef33523fc797 (diff)
New upstream version 1.9.1+repackupstream/1.9.1+repack
Diffstat (limited to 'xicc/cam02plot.c')
-rw-r--r--xicc/cam02plot.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/xicc/cam02plot.c b/xicc/cam02plot.c
index f397e09..16b5aa5 100644
--- a/xicc/cam02plot.c
+++ b/xicc/cam02plot.c
@@ -577,7 +577,8 @@ main(int argc, char *argv[]) {
0.00, /* Flare as a fraction of the reference white (Y range 0.0 .. 1.0) */
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 */
+ use_hk, /* use Helmholtz-Kohlraush flag */
+ 1.0 /* HK scaling factor */
);
/* Setup cam to convert from Jab */
@@ -595,7 +596,8 @@ main(int argc, char *argv[]) {
0.00, /* Flare as a fraction of the reference white (Y range 0.0 .. 1.0) */
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 */
+ use_hk, /* use Helmholtz-Kohlraush flag */
+ 1.0 /* HK scaling factor */
);
/* Figure out the size of the raster */