Skip to main content

A color library for Python.

Project description

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

ColorAide

This is still a work in progress.

While ColorAide is very usable and out of the alpha stage, it is currently in a prerelease > state. This simply means the API could still be in flux to some degree. ColorAide is still technically waiting for > some issues related to CSS color syntax and behavior to be decided by the CSS Working Group.

Overview

ColorAide is a color library for Python with the intent of providing an easy to use interface to work with 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 is a continually evolving project, but was created with a number of specific goals in mind:

  • Be generally easy to pick up for the average user.

  • Support modern CSS color spaces and syntax as well as a number of popular non-CSS color spaces.

  • Provide a plugin API to extend color spaces and more.

  • Provide a number of useful utilities such as interpolation, color distancing, blending, gamut mapping, etc.

  • 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

coloraide-0.15.1.tar.gz (7.7 MB view details)

Uploaded Source

Built Distribution

coloraide-0.15.1-py3-none-any.whl (104.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: coloraide-0.15.1.tar.gz
  • Upload date:
  • Size: 7.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for coloraide-0.15.1.tar.gz
Algorithm Hash digest
SHA256 d84c05a0e975558020a8bce00b3926194f42b6bd692fe3806e023526688c5c43
MD5 0878fa8ba76e7d890f599ca3af10fc1d
BLAKE2b-256 360f93e08bd31ba21111f68aba2d809311f9957499a91dcebe0c4be6a9c28395

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coloraide-0.15.1-py3-none-any.whl
  • Upload date:
  • Size: 104.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for coloraide-0.15.1-py3-none-any.whl
Algorithm Hash digest
SHA256 9a8202fc82c033bb6e7e1e835a2503c4f5c9f3c74e837b6e09725208e86b58b2
MD5 ecbbbc11517aed351f64fdc21f9ceb92
BLAKE2b-256 efef65d82b1f6a718d6f395eeab8fd222f42180e801c45183ffa265633a3873b

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