diff options
Diffstat (limited to 'xicc/xicc.h')
-rwxr-xr-x[-rw-r--r--] | xicc/xicc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xicc/xicc.h b/xicc/xicc.h index 37fff5d..f521de2 100644..100755 --- a/xicc/xicc.h +++ b/xicc/xicc.h @@ -126,7 +126,7 @@ int shape0gam, /* NZ if zero'th order shaper should be gamma function */ int clipbw, /* Prevent white > 1 and -ve black */ int clipprims, /* Prevent primaries going -ve */ double smooth, /* Smoothing factor (nominal 1.0) */ -double scale /* Scale device values */ +double scale /* Amount to scale device values */ ); /* ------------------------------------------------------------------------------ */ |