diff options
author | Mattias Andrée <maandree@kth.se> | 2016-12-14 02:06:03 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-12-14 02:06:03 +0100 |
commit | d47d884b321e71fa84bea86af3ee28e653a92423 (patch) | |
tree | c4dc1b9f81d788b02419c378e3789634b43dfeb6 | |
parent | m (diff) | |
download | libcolour-d47d884b321e71fa84bea86af3ee28e653a92423.tar.gz libcolour-d47d884b321e71fa84bea86af3ee28e653a92423.tar.bz2 libcolour-d47d884b321e71fa84bea86af3ee28e653a92423.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | doc/info/chap/overview.texinfo | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/info/chap/overview.texinfo b/doc/info/chap/overview.texinfo index f6a67cd..71321aa 100644 --- a/doc/info/chap/overview.texinfo +++ b/doc/info/chap/overview.texinfo @@ -11,7 +11,10 @@ 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 +to custom RGB colour spaces. +@ignore +and custom arbitrary additive and subtractive colour spaces, with any number of primaries, as long as their conversion to CIE XYZ is linear. +@end ignore |