Converts between common color representations (RGB, HSL, web...)
Python module to convert between color representations:
* RGB, HSL, 6-digit hex, 3-digit hex, human color
* One object (Color) or several single purpose functions
(rgb2hex, hsl2rgb, ...)
* Web format which uses the smallest representation between
6-digit (e.g. #fa3b2c), 3-digit (e.g. #fbb), fully spelled
color (e.g. white), following W3C color naming for compatible
CSS or HTML color specifications
* Color scale generation choosing N color gradients
* It's possible to pick colors to identify objects of the
application being developed
- Devel package for openSUSE:Factory
-
1
derived packages
- Links to openSUSE:Factory / python-colour
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:python/python-colour && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
colour-0.1.5.tar.gz | 0000024776 24.2 KB | |
pyproject.toml | 0000000975 975 Bytes | |
python-colour.changes | 0000000988 988 Bytes | |
python-colour.spec | 0000002386 2.33 KB |
Revision 11 (latest revision is 12)
Markéta Machová (mcalabkova)
accepted
request 1112055
from
Ondřej Súkup (mimi_vx)
(revision 11)
- port setup to pyproject.toml and drop d2to1 requirement
Comments 0