diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-16 21:10:33 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-16 21:10:33 +0100 |
commit | 512a69b692de99b807316c4dc101770e1e92817a (patch) | |
tree | 5d23745183f3fe652e09d1cb566e2282026a8a2a /examples | |
parent | m (diff) | |
download | blueshift-512a69b692de99b807316c4dc101770e1e92817a.tar.gz blueshift-512a69b692de99b807316c4dc101770e1e92817a.tar.bz2 blueshift-512a69b692de99b807316c4dc101770e1e92817a.tar.xz |
improve cie_ filters by allowing control over individual subpixels
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/comprehensive | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/examples/comprehensive b/examples/comprehensive index 6535dad..f64522b 100644 --- a/examples/comprehensive +++ b/examples/comprehensive @@ -2,12 +2,12 @@ # This example is complete with exceptions for less normal colour # curve modifiers: nothing else than CIE 1964 10 degree CMF for -# colour temperature, not use of temporarly linear RGB curves, -# sigmoid correction, or free function modifier. Neither does it -# support multiple screens, this is normally not an issue because -# Xinerama is normally used to put all monitors on the same screen; -# nor does it parse options other than -r from ad-hoc settigns, or -# use monitor identifiation. +# colour temperature, nor use of temporarly linear RGB curves, +# sigmoid correction, or free function modifier, work on individual +# subpixels in CIE xyY colour space. Neither does it # support multiple +# screens, this is normally not an issue because Xinerama is normally +# used to put all monitors on the same screen; # nor does it parse +# options other than -r from ad-hoc settigns, or use monitor identifiation. # This file is dual-licensed under GNU General Public License |