diff options
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 + ; ) ) |