aboutsummaryrefslogtreecommitdiff
path: root/docs/colors.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/colors.rst')
-rw-r--r--docs/colors.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/colors.rst b/docs/colors.rst
index e5d3b65..7bff8d1 100644
--- a/docs/colors.rst
+++ b/docs/colors.rst
@@ -5,7 +5,12 @@ Colors can have one of the following types:
.. autoclass:: thcolor.Color.Type
+RGB colors can have one of the following profiles:
+
+.. autoclass:: thcolor.Color.Profile
+
Colors are represented in ``thcolor`` as instances of the following class:
.. autoclass:: thcolor.Color
- :members: type, rgb, rgba, hls, hlsa, hwb, hwba, cmyk, cmyka, css
+ :members: type, rgb, rgba, hls, hlsa, hwb, hwba, cmyk, cmyka, lab, laba,
+ lch, lcha, xyz, xyza, css