diff options
Diffstat (limited to '')
-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 |