diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2016-01-11 02:07:04 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2016-01-11 02:07:24 +0100 |
commit | b2ba1e0306c69ac838ee5f46729c9753834d2fa8 (patch) | |
tree | 0b9d651b039e0081d324715d1b0a19fce3587bac /doc/info | |
parent | m doc (diff) | |
download | libclut-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.texinfo | 6 |
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 |