aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/info/chap/overview.texinfo10
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.