diff options
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 -- | 
