summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-03-10 17:10:13 +0100
committerMattias Andrée <maandree@operamail.com>2014-03-10 17:10:13 +0100
commit09d6802342dc94744f198b986d59d7f8d39f9308 (patch)
tree332d691d7f80ebfdd5ded66d4da2746c0a0fdaf8
parentmake clip, linearise and standardise more flexible by making it possible to restrict which colour curves to affect (diff)
downloadblueshift-09d6802342dc94744f198b986d59d7f8d39f9308.tar.gz
blueshift-09d6802342dc94744f198b986d59d7f8d39f9308.tar.bz2
blueshift-09d6802342dc94744f198b986d59d7f8d39f9308.tar.xz
m doc
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--examples/lisp-esque.conf6
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 --