Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / www / py-webcolors / DESCR
blobd95f8634e1a305df92f093d55584d71d03f3fe19
1 Support is included for the following formats (RGB colorspace only;
2 conversion to/from HSL can be handled by the ``colorsys`` module in
3 the Python standard library):
5         * Specification-defined color names
7         * Six-digit hexadecimal
9         * Three-digit hexadecimal
11         * Integer rgb() triplet
13         * Percentage rgb() triplet