ColorAide Extras
Overview
ColorAide Extras is an add-on pack containing various plugins for ColorAide. The idea behind ColorAide Extras is to provide an environment for experimental color spaces, ∆E methods, and other plugins.
Normally, it is advisable to only cherry pick color spaces you need. Rarely do people need every color space. This can be done simply by registering the color spaces you'd like.
>>> from coloraide import Color as Base
>>> from coloraide_extras.spaces.uvw import UVW
>>> class Color(Base): ...
...
>>> Color.register(UVW())
>>> Color('red').convert('uvw')
color(--uvw 171.8 24.715 52.261 / 1)
But, if you want access to all the color spaces for both ColorAide and ColorAide Extras, simply import Color from
coloraide_extras instead of coloraide:
>>> from coloraide_extras.everything import ColorAll as Color
>>> Color('color(--uvw 171.8 24.715 52.261 / 1)')
color(--uvw 171.8 24.715 52.261 / 1)
Documentation
https://facelessuser.github.io/coloraide-extras
License
MIT
Release files for coloraide-extras 1.13
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| coloraide_extras-1.13.tar.gz | 112.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| coloraide_extras-1.13-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 122.3 kB
Release files / coloraide_extras-1.13.tar.gz
| Download URL | coloraide_extras-1.13.tar.gz |
|---|---|
| Size | 112.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c144cc472c4b385729b4aac33c01720dbda49f6d86523ebb2ca5d49cbf1b8d0c
|
|
BLAKE2b-256 checksum How to use checksums |
272da6d7265bfba7a62a12f34d69187c2134ece69e75eeb0aa1b6ed6426b2e10
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Mar 20, 2026.
Transparency logRelease files / coloraide_extras-1.13-py3-none-any.whl
| Download URL | coloraide_extras-1.13-py3-none-any.whl |
|---|---|
| Size | 9.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
fc9bc0116e1c9834c4360cc0af1ebd9d71d10e39fc9408f5e11f2fc426d908da
|
|
BLAKE2b-256 checksum How to use checksums |
e379076ab3509337acff8e46696d8e2be2e5edb092a4b1dfaecc638520d47994
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Mar 20, 2026.
Transparency log