diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-10 17:10:13 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-10 17:10:13 +0100 |
commit | 09d6802342dc94744f198b986d59d7f8d39f9308 (patch) | |
tree | 332d691d7f80ebfdd5ded66d4da2746c0a0fdaf8 /examples | |
parent | make clip, linearise and standardise more flexible by making it possible to restrict which colour curves to affect (diff) | |
download | blueshift-09d6802342dc94744f198b986d59d7f8d39f9308.tar.gz blueshift-09d6802342dc94744f198b986d59d7f8d39f9308.tar.bz2 blueshift-09d6802342dc94744f198b986d59d7f8d39f9308.tar.xz |
m doc
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/lisp-esque.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/lisp-esque.conf b/examples/lisp-esque.conf index 3490aee..8e1e383 100644 --- a/examples/lisp-esque.conf +++ b/examples/lisp-esque.conf @@ -205,14 +205,14 @@ ; These are fun curve manipulator settings that lowers the - ; colour resolution ont encoding and output axes respectively. + ; colour resolution on the encoding and output axes respectively. ; In this example (resolution:encoding) only has one argument, ; it applies all day long on each colour curve. #(resolution:encoding :eval i_size) ### -- ADVANCED LEVEL -- ; This is evaluated into: ; (resolution:encoding 256) - ; (resolution:output) in this example one argument that is - ; a tuple of three values which represent red, green, and + ; (resolution:output) in this example this one argument that + ; is a tuple of three values which represent red, green, and ; blue respectively. Because it is only one argument it ; applies all day long as well. #(resolution:output (:eval (o_size o_size o_size))) ### -- ADVANCED LEVEL -- |