diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-09 20:02:09 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-09 20:02:09 +0100 |
commit | b16ba73f2d816dd14499556e95b5583692253b85 (patch) | |
tree | 503d0d170e2da9a838a7a98166d4f4b8b8f1a142 /examples | |
parent | m doc (diff) | |
download | blueshift-b16ba73f2d816dd14499556e95b5583692253b85.tar.gz blueshift-b16ba73f2d816dd14499556e95b5583692253b85.tar.bz2 blueshift-b16ba73f2d816dd14499556e95b5583692253b85.tar.xz |
derp
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/lisp-esque.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/lisp-esque.conf b/examples/lisp-esque.conf index 99d1486..21f7392 100644 --- a/examples/lisp-esque.conf +++ b/examples/lisp-esque.conf @@ -204,11 +204,11 @@ ; applies all day long as well. #(resolution:output (:eval (o_size o_size o_size))) ### -- ADVANCED LEVEL -- ; This is evaluated into: - ; (resolution:output (65535 65535 65535)) + ; (resolution:output (65536 65536 65536)) ; As always you can control the monitors individually: ; (resolution:output (:eval ((o_size o_size o_size) (o_size o_size o_size)))) ; This evaluated into: - ; (resolution:output ((65535 65535 65535) (65535 65535 65535))) + ; (resolution:output ((65536 65536 65536) (65536 65536 65536))) ; Gamma correction for the red, green and blue components, respectively, ; at high day, high night and monitor default, respectively. |