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

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

This version

1.8.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-1.8.1.tar.gz (15.6 MB view details)

Uploaded Source

Built Distribution

coloraide-1.8.1-py3-none-any.whl (164.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: coloraide-1.8.1.tar.gz
  • Upload date:
  • Size: 15.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.2

File hashes

Hashes for coloraide-1.8.1.tar.gz
Algorithm Hash digest
SHA256 1a7b7e4b8d69cb1b02ea0c9334df00e0c384de73ff34a2e0e869cd4a8b56b2cd
MD5 53909c76dc8ba37244a4518f8871093a
BLAKE2b-256 21d5160a292dad3d3fa56daf742ce3e51876bd18fc8f270bc94154f16cbb4ce6

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for coloraide-1.8.1-py3-none-any.whl
Algorithm Hash digest
SHA256 01212e2adc3600aad5f6c10aa564a13e9014c46dc76b5753c928872099d851b8
MD5 391aafd1f74f2c8fd4c2842cb5427c41
BLAKE2b-256 0b87eae8ebf2000a2eb4c75ae0d0ed3b4569ac09e5f6c75d295fdea9d7389b32

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