summaryrefslogtreecommitdiffstats
path: root/examples/lisp-esque.conf
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-03-16 18:31:01 +0100
committerMattias Andrée <maandree@operamail.com>2014-03-16 18:31:01 +0100
commitda67a3b4652dfd8f61999e83b43896a23cc08fc5 (patch)
tree081b8bf95c2268ed1b50ed1fb762dbf21a582682 /examples/lisp-esque.conf
parentcie_invert takes only one argument (diff)
downloadblueshift-da67a3b4652dfd8f61999e83b43896a23cc08fc5.tar.gz
blueshift-da67a3b4652dfd8f61999e83b43896a23cc08fc5.tar.bz2
blueshift-da67a3b4652dfd8f61999e83b43896a23cc08fc5.tar.xz
fix cie_invert
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'examples/lisp-esque.conf')
-rw-r--r--examples/lisp-esque.conf19
1 files changed, 10 insertions, 9 deletions
diff --git a/examples/lisp-esque.conf b/examples/lisp-esque.conf
index 4e6a8e1..19ee95c 100644
--- a/examples/lisp-esque.conf
+++ b/examples/lisp-esque.conf
@@ -132,15 +132,16 @@
; The two above combined: (icc:filter (nil nil nil) (nil nil nil))
; Negative image settings.
- (negative no) ; Does nothing
- ; (negative yes) ; Inverts the colours on the encoding axes
- ; (negative) ; Synonym for the above
- ; (negative (yes no no)) ; Inverts the red colour on the encoding axis
- ; (negative yes no) ; Inverts the colours on the encoding axes on the first monitor
- ; ; but not the second monitor selected by (monitors)
- ; (invert yes) ; Inverts the colours on the output axes using the sRGB colour space
- ; (invert (yes no no)) ; Inverts the red colour on the output axes using the sRGB colour space
- ; (invert:cie yes) ; Inverts the colours on the output axes using the CIE xyY colour space
+ (negative no) ; Does nothing
+ ; (negative yes) ; Inverts the colours on the encoding axes
+ ; (negative) ; Synonym for the above
+ ; (negative (yes no no)) ; Inverts the red colour on the encoding axis
+ ; (negative yes no) ; Inverts the colours on the encoding axes on the first monitor
+ ; ; but not the second monitor selected by (monitors)
+ ; (invert yes) ; Inverts the colours on the output axes using the sRGB colour space
+ ; (invert (yes no no)) ; Inverts the red colour on the output axes using the sRGB colour space
+ ; (invert:cie yes) ; Inverts the colours on the output axes using the CIE xyY colour space
+ ; (invert:cie (yes no no)) ; Inverts the red colour on the output axes using the CIE xyY colour space
; These cannot be time dependent.
; Colour temperature at high day and high night, respectively.