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

Download files

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

Source Distribution

coloraide-3.1.2.tar.gz (19.9 MB view details)

Uploaded Source

Built Distribution

coloraide-3.1.2-py3-none-any.whl (248.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: coloraide-3.1.2.tar.gz
  • Upload date:
  • Size: 19.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for coloraide-3.1.2.tar.gz
Algorithm Hash digest
SHA256 ae697b585700e2b1114f07eaf3e246a281671623df28884958d1e4da0a5a374a
MD5 1535776e41a5a215f46b6f1a9cac52c7
BLAKE2b-256 ed292d4de1741ffacdb198da1a2bace16f2fa338751b1b2b6dcf96688704fd2e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coloraide-3.1.2-py3-none-any.whl
  • Upload date:
  • Size: 248.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for coloraide-3.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 0e8a54a189ab1f433bceb24755ad5c4f3a6d4e5664cb709a9c9eae9c60e1364a
MD5 c8249dd0738492a6fef0ef8f0bfde121
BLAKE2b-256 80d32e5b6affd12c6487187e3e7b6ab9a206e2a637cc7543b3885b4b962adae6

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