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

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

Uploaded Source

Built Distribution

coloraide-1.7-py3-none-any.whl (163.7 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for coloraide-1.7.tar.gz
Algorithm Hash digest
SHA256 bacefb3997f84411acd498f875d2e3181d5697ab8caa5300d86868ae2a2d7ec3
MD5 2e4ade046b87d92b5f85c7227f26575a
BLAKE2b-256 6092b724e83c1f34cf877f44c1954099f70e7024657c097420269a4e069430e0

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for coloraide-1.7-py3-none-any.whl
Algorithm Hash digest
SHA256 0d5b06fae3910851860dc344fd07c90e4032ebb1c41b14d6d18fddbc8bd12a46
MD5 b49f41b76d54e3dc6bd79f4e64f54449
BLAKE2b-256 e164c3cdb445025422f31647ce91d997e613fb8eeafe5b59d5d9b8448d003821

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