diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-10 16:46:02 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-10 16:46:02 +0100 |
commit | ee1044c6836ceea91497f36c561b46cc827f229e (patch) | |
tree | d5b4338d7de51e0c2532d3f1d5904a6467e16aea /examples | |
parent | m doc (diff) | |
download | blueshift-ee1044c6836ceea91497f36c561b46cc827f229e.tar.gz blueshift-ee1044c6836ceea91497f36c561b46cc827f229e.tar.bz2 blueshift-ee1044c6836ceea91497f36c561b46cc827f229e.tar.xz |
make clip, linearise and standardise more flexible by making it possible to restrict which colour curves to affect
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/lisp-esque.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/lisp-esque.conf b/examples/lisp-esque.conf index 9be3789..3490aee 100644 --- a/examples/lisp-esque.conf +++ b/examples/lisp-esque.conf @@ -241,6 +241,9 @@ ; (clip) ; Or for the first but not second monitor: ; (clip yes no) + ; You can also clip individual colour curves: + ; (clip (yes, no, no) no) + ; Clips only the red curve on the primary monitor ; Clipping cannot time dependent. |