A color library for Python.
Project description
ColorAide
Overview
ColorAide is a pure Python, object oriented approach to colors.
>>> from coloraide import Color
>>> c = Color("red")
>>> c.to_string()
'rgb(255 0 0)'
>>> c.convert('hsl').to_string()
'hsl(0 100% 50%)'
>>> c.set("lch.chroma", 30).to_string()
'rgb(173.81 114.29 97.218)'
>>> Color("blue").mix("yellow", space="lch").to_string()
'rgb(255 65.751 107.47)'
ColorAide particularly has a focus on the following:
-
Accurate colors.
-
Proper round tripping (where reasonable).
-
Be generally easy to pick up for the average user.
-
Support modern CSS color spaces and syntax.
-
Make accessible many new and old non-CSS color spaces.
-
Provide a number of useful utilities such as interpolation, color distancing, blending, gamut mapping, filters, correlated color temperature, color vision deficiency simulation, etc.
-
Provide a plugin API to extend supported color spaces and approaches to various utilities.
-
Allow users to configure defaults to their liking.
With ColorAide, you can specify a color, convert it to other color spaces, mix it with other colors, output it in different CSS formats, and much more!
Documentation
https://facelessuser.github.io/coloraide
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file coloraide-3.0.tar.gz
.
File metadata
- Download URL: coloraide-3.0.tar.gz
- Upload date:
- Size: 18.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e9b7910511b1594878da51425488bf9083a5227492bdd67c8c448d4843e86bb2 |
|
MD5 | b24074665a7cd305b1f99ac958a703ee |
|
BLAKE2b-256 | f28f69f3d079e74174890006fff5cd0e526329a01d202cb55fd0c3a849827d74 |
File details
Details for the file coloraide-3.0-py3-none-any.whl
.
File metadata
- Download URL: coloraide-3.0-py3-none-any.whl
- Upload date:
- Size: 249.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d31d67e5176caaae0d854c9215930e7b2f1c06b547cbe4ca325b167f943918c8 |
|
MD5 | 9ee8db4adb67e12e199ba2eb154d95d9 |
|
BLAKE2b-256 | c4089ab2be3874397ca3079b8ba2657cb84a53b60e40faf1841069aa532f5456 |