diff options
Diffstat (limited to '')
-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 |