diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-10 17:18:49 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-10 17:18:49 +0100 |
commit | 9f40107edaee5f2980ecd39eefc41cf3254d150b (patch) | |
tree | 1da6486dd37334ce798ed46e800ca9039b3d8131 /examples/lisp-esque.conf | |
parent | document functions (diff) | |
download | blueshift-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.conf | 5 |
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 + ; ) ) |