diff options
Diffstat (limited to 'examples/lisp-esque.conf')
-rw-r--r-- | examples/lisp-esque.conf | 19 |
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. |