blob: d95f8634e1a305df92f093d55584d71d03f3fe19 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Support is included for the following formats (RGB colorspace only;
conversion to/from HSL can be handled by the ``colorsys`` module in
the Python standard library):
* Specification-defined color names
* Six-digit hexadecimal
* Three-digit hexadecimal
* Integer rgb() triplet
* Percentage rgb() triplet
|