diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-09-09 08:51:17 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-09-09 08:51:17 +0200 |
commit | 8ba24c83479c31d73735f088441c381028f01daf (patch) | |
tree | 9eefb9b27b1eb6e940b727e98d033d618dadf670 /doc/info | |
parent | m todo (diff) | |
download | mds-8ba24c83479c31d73735f088441c381028f01daf.tar.gz mds-8ba24c83479c31d73735f088441c381028f01daf.tar.bz2 mds-8ba24c83479c31d73735f088441c381028f01daf.tar.xz |
mds-colour is gamma ramp-aware
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc/info')
-rw-r--r-- | doc/info/mds.texinfo | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/info/mds.texinfo b/doc/info/mds.texinfo index 4ff4f83..47f60b9 100644 --- a/doc/info/mds.texinfo +++ b/doc/info/mds.texinfo @@ -1518,6 +1518,14 @@ can be used, or if only 24-colour can used but gradients between for example sRGB(255, 255, 255) and sRGB(254, 254, 254) is to be drawn. +@command{mds-colour} is gamma ramp-aware. For +example, if for the red channel, 0 is mapped to +0, 1 is mapped to 3, 2 is mapped 2 and 3 is mapped +to 1, but 1 and 3 requires dithering, then if +3 is requested, @command{mds-colour} will tell +the client to deither 0 and 2 with 50 %, which +should generate 1, but 1 and 3 has been swapped. + @node mds-retro-crt |