diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-02-25 14:47:33 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-02-25 14:47:33 +0100 |
commit | 18604bb0d204e9cf2738dc3684cbf204daa70e38 (patch) | |
tree | c8efc66be3fdd308cf9a3b008079946c332cf086 /examples/logarithmic | |
parent | add example logarithmic (diff) | |
download | blueshift-18604bb0d204e9cf2738dc3684cbf204daa70e38.tar.gz blueshift-18604bb0d204e9cf2738dc3684cbf204daa70e38.tar.bz2 blueshift-18604bb0d204e9cf2738dc3684cbf204daa70e38.tar.xz |
m doc
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | examples/logarithmic | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/logarithmic b/examples/logarithmic index 33b3ad8..8dc137e 100644 --- a/examples/logarithmic +++ b/examples/logarithmic @@ -1,7 +1,7 @@ # -*- python -*- -# This example uses free function modifier and temporary curve -# manipulation to make the colour curves logarithmic. +# This example uses free function modifier and temporary +# curve linearisation to make the colour curves logarithmic. import math |