Skip to main content

A color library for Python.

Project description

Donate via PayPal Build Coverage Status PyPI Version PyPI Downloads PyPI - Python Version License

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

This version

3.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

coloraide-3.1.tar.gz (18.4 MB view details)

Uploaded Source

Built Distribution

coloraide-3.1-py3-none-any.whl (249.2 kB view details)

Uploaded Python 3

File details

Details for the file coloraide-3.1.tar.gz.

File metadata

  • Download URL: coloraide-3.1.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

Hashes for coloraide-3.1.tar.gz
Algorithm Hash digest
SHA256 06679935aa87a95a75aea282123ac0217c3a5f2506869bd374af97853c1f3180
MD5 1dab7b4f5f4b83b2e7017d5f83d76e74
BLAKE2b-256 d2619a4c44a9b06a3b9b1f377499d7dd0ab2c5f65b86b70392ecabd70ff44e93

See more details on using hashes here.

File details

Details for the file coloraide-3.1-py3-none-any.whl.

File metadata

  • Download URL: coloraide-3.1-py3-none-any.whl
  • Upload date:
  • Size: 249.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.8

File hashes

Hashes for coloraide-3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 728f1704c5da0c6d236c4210b9ea7d279b6d9144a99734b67e5db50342542d7d
MD5 42a3c3beec2f61fbb9944a91b4055342
BLAKE2b-256 4fe5b05b561c856a711ff5c0ed17c7a0c1c5a9916f4283a32d78100e7ad42d1c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page