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

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

Uploaded Source

Built Distribution

coloraide-2.0-py3-none-any.whl (175.4 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for coloraide-2.0.tar.gz
Algorithm Hash digest
SHA256 93e022fd1a1705d75dbb57c24dad7979bb5a5a7a9a86e6b319878caa67d276d1
MD5 f2d7cb246ac8034287357c4bbaa46079
BLAKE2b-256 444087085efd776ba73a74700a71eecdd474c9c9e28e22f533cd202b03d617f9

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for coloraide-2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a5ebbc5311ab76621085d746036e5162eab3bc00fe4f973d5ad46c2f7b9a4517
MD5 b05f6c9bdf846d2635f63f2c7bb4e496
BLAKE2b-256 63e8a41a65656c06cd2fa2bf35572130f66b1bc10c771567e407b0a6456fdfbe

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