From c07d0c2d2f6f7b0eb6e92cc6204bf05037957e82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 1 Sep 2014 15:43:52 +0200 Subject: Imported Upstream version 1.6.3 --- xicc/cam02plot.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'xicc/cam02plot.c') diff --git a/xicc/cam02plot.c b/xicc/cam02plot.c index ca68b52..f397e09 100644 --- a/xicc/cam02plot.c +++ b/xicc/cam02plot.c @@ -575,7 +575,8 @@ main(int argc, char *argv[]) { 0.20, /* Relative Luminance of Background to reference white */ 0.0, /* Luminance of white in image - not used */ 0.00, /* Flare as a fraction of the reference white (Y range 0.0 .. 1.0) */ - white[4], /* The Flare color coordinates (typically the Ambient color) */ + 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 */ ); @@ -592,7 +593,8 @@ main(int argc, char *argv[]) { 0.20, /* Relative Luminance of Background to reference white */ 0.0, /* Luminance of white in image - not used */ 0.00, /* Flare as a fraction of the reference white (Y range 0.0 .. 1.0) */ - white[4], /* The Flare color coordinates (typically the Ambient color) */ + 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 */ ); -- cgit v1.2.3