aboutsummaryrefslogtreecommitdiffstats
path: root/doc/info
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2016-01-11 02:07:04 +0100
committerMattias Andrée <maandree@member.fsf.org>2016-01-11 02:07:24 +0100
commitb2ba1e0306c69ac838ee5f46729c9753834d2fa8 (patch)
tree0b9d651b039e0081d324715d1b0a19fce3587bac /doc/info
parentm doc (diff)
downloadlibclut-b2ba1e0306c69ac838ee5f46729c9753834d2fa8.tar.gz
libclut-b2ba1e0306c69ac838ee5f46729c9753834d2fa8.tar.bz2
libclut-b2ba1e0306c69ac838ee5f46729c9753834d2fa8.tar.xz
typo + macro variants of functions
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'doc/info')
-rw-r--r--doc/info/chap/clut-manipulation.texinfo6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/info/chap/clut-manipulation.texinfo b/doc/info/chap/clut-manipulation.texinfo
index 7659992..453c14e 100644
--- a/doc/info/chap/clut-manipulation.texinfo
+++ b/doc/info/chap/clut-manipulation.texinfo
@@ -108,7 +108,8 @@ The brightness parameter for the blue curve.
@item libclut_linearise(clut, max, type, r, g, b)
Convert the curves from formatted in standard RGB to linear RGB.
-Requires linking with @option{-lclut}.
+Requires linking with @option{-lclut}, or @option{-lm} if
+@code{libclut_model_standard_to_linear1} is not undefined.
Parameters:
@table @code
@@ -124,7 +125,8 @@ Whether to convert the blue colour curve.
@item libclut_standardise(clut, max, type, r, g, b)
Convert the curves from formatted in linear RGB to standard RGB.
-Requires linking with @option{-lclut}.
+Requires linking with @option{-lclut}, or @option{-lm} if
+@code{libclut_model_linear_to_standard1} is not undefined.
Parameters:
@table @code