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

4.0

Download files

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

Source Distribution

coloraide-4.0.tar.gz (21.5 MB view details)

Uploaded Source

Built Distribution

coloraide-4.0-py3-none-any.whl (237.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: coloraide-4.0.tar.gz
  • Upload date:
  • Size: 21.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for coloraide-4.0.tar.gz
Algorithm Hash digest
SHA256 13efcc3dc3da716b7fd5aaf6e71d9259bb064b10a74888be2a56b6fc49c5e238
MD5 b36d39b9551e2e3555ddf6812acdefbd
BLAKE2b-256 c036d8873c713d24228376565bc3c88b3ed3f54439c38c981bb80b51a4931803

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coloraide-4.0-py3-none-any.whl
  • Upload date:
  • Size: 237.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for coloraide-4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9de6c0fb352ff66413010b10adb539b623addca54c6fae95862dd9af36968c84
MD5 e613774408eecb94c0b2c03359c7e7a0
BLAKE2b-256 d45d9a5ba2a2ecbea5e57a29710a7ad760141ade58637a11311c44c4e98ed313

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