diff options
author | Mattias Andrée <maandree@kth.se> | 2016-12-15 22:29:50 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-12-15 22:29:50 +0100 |
commit | 73724c974b4ea7864a10cab5f74e459e496c0182 (patch) | |
tree | 4cffeb021464c8e09497f282a438653b1e5647ce /doc/info/content.texinfo | |
parent | m (diff) | |
download | libcolour-73724c974b4ea7864a10cab5f74e459e496c0182.tar.gz libcolour-73724c974b4ea7864a10cab5f74e459e496c0182.tar.bz2 libcolour-73724c974b4ea7864a10cab5f74e459e496c0182.tar.xz |
info: colour spaces
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'doc/info/content.texinfo')
-rw-r--r-- | doc/info/content.texinfo | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/info/content.texinfo b/doc/info/content.texinfo index e2e186a..eee47a3 100644 --- a/doc/info/content.texinfo +++ b/doc/info/content.texinfo @@ -9,6 +9,7 @@ @menu * Overview:: Brief overview of @command{libcolour}. +* Colour Spaces:: Colour-space conversion. * Illuminants:: Illuminant initialisers. * Free Software Needs Free Documentation:: Why free documentation is important. @@ -20,6 +21,22 @@ Overview +Colour Spaces +* RGB:: Generic RGB colour spaces. +* sRGB:: The Standard RGB colour space. +* CIExyY:: The CIE xyY colour model. +* CIEXYZ:: The CIE 1931 XYZ colour model. +* CIELAB:: The CIE L*a*b* colour model. +* CIELUV:: The CIE 1976 (L*, u*, v*) colour model. +* CIELCh:: The CIE LCh colour model. +* YIQ:: The YIQ colour model. +* YDbDr:: The YDbDr colour model. +* YUV:: The YUV colour model. +* YPbPr:: The YPbPr colour model. +* YCgCo:: The YCgCo colour model. +* CIE 1960 UCS:: The CIE 1960 UCS colour model. +* CIEUVW:: The CIE 1964 (U*, V*, W*) colour model. + Illuminants @@ -34,6 +51,7 @@ GNU Free Documentation License @include chap/overview.texinfo +@include chap/colour-spaces.texinfo @include chap/illuminants.texinfo @include appx/free-software-needs-free-documentation.texinfo |