diff options
author | Mattias Andrée <maandree@kth.se> | 2016-12-12 14:52:57 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-12-12 14:52:57 +0100 |
commit | 188d7260e2d5c082a31d38b50119b0e7cd60fcc1 (patch) | |
tree | a3326d71190ad6d159edcd7f402bf16525853914 /doc | |
parent | start on info manual (diff) | |
download | libcolour-188d7260e2d5c082a31d38b50119b0e7cd60fcc1.tar.gz libcolour-188d7260e2d5c082a31d38b50119b0e7cd60fcc1.tar.bz2 libcolour-188d7260e2d5c082a31d38b50119b0e7cd60fcc1.tar.xz |
info: more in overview
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/info/chap/overview.texinfo | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/info/chap/overview.texinfo b/doc/info/chap/overview.texinfo index 45a3e7f..f6a67cd 100644 --- a/doc/info/chap/overview.texinfo +++ b/doc/info/chap/overview.texinfo @@ -5,3 +5,13 @@ @command{libcolour} is used by including the header @file{<libcolour.h>} and by linking with @option{-lcolour}. + +@command{libcolour} provides conversion between +a large number of colour spaces, including many +different RGB colour spaces. It also supports +encode and non-encoded representations. +@command{libcolour} futhermore provides access +to custom RGB colour spaces and custom arbitrary +additive and subtractive colour spaces, with +any number of primaries, as long as their +conversion to CIE XYZ is linear. |