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

Currently a Beta ColorAide is very close to a stable release and is currently in the Beta stage. While minor things could still change, there are no plans for major API changes at this point.

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, etc.

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

  • 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-1.0b3.tar.gz (13.4 MB view details)

Uploaded Source

Built Distribution

coloraide-1.0b3-py3-none-any.whl (136.2 kB view details)

Uploaded Python 3

File details

Details for the file coloraide-1.0b3.tar.gz.

File metadata

  • Download URL: coloraide-1.0b3.tar.gz
  • Upload date:
  • Size: 13.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for coloraide-1.0b3.tar.gz
Algorithm Hash digest
SHA256 3268d89d36a12144f1f14dde0df8fe97aa6a71da846bda7de558567c3f176579
MD5 7ba01d1bc182d134455be0c56c9e4f58
BLAKE2b-256 22961277d2f544c61acaf065e6fd073030e65dd42f1e2414a45b411527011ce9

See more details on using hashes here.

File details

Details for the file coloraide-1.0b3-py3-none-any.whl.

File metadata

  • Download URL: coloraide-1.0b3-py3-none-any.whl
  • Upload date:
  • Size: 136.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for coloraide-1.0b3-py3-none-any.whl
Algorithm Hash digest
SHA256 612e903552b9b7481b9a889324e89075c44f1e2b415fd0a51a0ab1b8148f8bfe
MD5 93ee2b6888d6540c067d8513dce6b423
BLAKE2b-256 cc0fdb76941e707138fe60728a6e7a322da9f62b2ed9a70cb2b9eb3f1641eeb8

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