summaryrefslogtreecommitdiffstats
path: root/examples/lisp-esque.conf
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-03-10 17:18:49 +0100
committerMattias Andrée <maandree@operamail.com>2014-03-10 17:18:49 +0100
commit9f40107edaee5f2980ecd39eefc41cf3254d150b (patch)
tree1da6486dd37334ce798ed46e800ca9039b3d8131 /examples/lisp-esque.conf
parentdocument functions (diff)
downloadblueshift-9f40107edaee5f2980ecd39eefc41cf3254d150b.tar.gz
blueshift-9f40107edaee5f2980ecd39eefc41cf3254d150b.tar.bz2
blueshift-9f40107edaee5f2980ecd39eefc41cf3254d150b.tar.xz
add cie_manipulate
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'examples/lisp-esque.conf')
-rw-r--r--examples/lisp-esque.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/lisp-esque.conf b/examples/lisp-esque.conf
index 8e1e383..dbf7a68 100644
--- a/examples/lisp-esque.conf
+++ b/examples/lisp-esque.conf
@@ -325,5 +325,10 @@
; nil ; Do nothing on the second monitor
; )
; (standardise yes no)
+ ; You can also use (manipulate) on the Y component of the CIE xyY
+ ; colour space:
+ ; (manipulate:cie 'lambda x : math.log(x + 1, 2)'
+ ; nil ; Do nothing on the second monitor
+ ; )
)