diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-09 19:26:53 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-09 19:26:53 +0100 |
commit | 4f19cc9d54634756cc8b11b3fde2687c6868b5ff (patch) | |
tree | ac4b0ad85bcd8a9a2de0ca06bfa4c7924ab27c76 /examples/lisp-esque.conf | |
parent | m (diff) | |
download | blueshift-4f19cc9d54634756cc8b11b3fde2687c6868b5ff.tar.gz blueshift-4f19cc9d54634756cc8b11b3fde2687c6868b5ff.tar.bz2 blueshift-4f19cc9d54634756cc8b11b3fde2687c6868b5ff.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'examples/lisp-esque.conf')
-rw-r--r-- | examples/lisp-esque.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/lisp-esque.conf b/examples/lisp-esque.conf index 130068d..1e02176 100644 --- a/examples/lisp-esque.conf +++ b/examples/lisp-esque.conf @@ -268,12 +268,12 @@ ; backlight and (contrast) is a flattening of the colour curves ; towards 50 %. In (limits:cie) and first argument (for each time) ; is the brightness [black point] and the second is the [white point]. - #(cie_limits:default 0 1) ### -- ADVANCED LEVEL -- + #(limits:cie:default 0 1) ### -- ADVANCED LEVEL -- ; If you have three monitors they can be controlled individually: - ; (cie_limits:default (0 1) (0 1) (0 1)) + ; (limits:cie:default (0 1) (0 1) (0 1)) ; You can so also do time dependent correction: ;(cie_limits (0 1) (0 1)) - ; (cie_limits ((0 1) (0 1) (0 1)) ((0 1) (0 1) (0 1))) + ; (limits:cie ((0 1) (0 1) (0 1)) ((0 1) (0 1) (0 1))) ; ICC profile for monitor calibration will be later. ; Replace `nil` with the pathname of the profile. It is assumed to |