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

2.5

Download files

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

Source Distribution

coloraide-2.5.tar.gz (15.4 MB view details)

Uploaded Source

Built Distribution

coloraide-2.5-py3-none-any.whl (224.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: coloraide-2.5.tar.gz
  • Upload date:
  • Size: 15.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for coloraide-2.5.tar.gz
Algorithm Hash digest
SHA256 60248093bc77ec4bdf443322084389644c2c42dab201654407edf8e606404db0
MD5 49235a328576c0e3c502577bf850b3b8
BLAKE2b-256 5ef78d393621469039e142a6f8e89a7fd0a88616a8a09567d212e91648156f12

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for coloraide-2.5-py3-none-any.whl
Algorithm Hash digest
SHA256 8f1d7d1f08590b9ac008a4a4bfee67e444066b237000c0ebda6d83be9ae434c2
MD5 1a63edf4888b72e100e7857a9eb60ded
BLAKE2b-256 0e0917717dd6dca292fe914d622ba53aaa7d3a2bc819fffd2f3b1336db594ee5

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