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

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

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: coloraide-1.8.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.tar.gz
Algorithm Hash digest
SHA256 1b48d78c2ae6f6684aaec7ec4924df057fb2186e9a8dba68bec6843f2438785d
MD5 771a8b93fe5b831fa0b550f6b17fa8ec
BLAKE2b-256 e1d3183919a2a3f110a88a625359e6d855557414ad46d275e1c3deaac5dc1dbb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coloraide-1.8-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-py3-none-any.whl
Algorithm Hash digest
SHA256 1ba2d7c5269b278ce9aadcc8d72d98889f6aaca93e7bd32c5f1f4c470eceb047
MD5 b32b6ea0ba57083692f76b519158ad59
BLAKE2b-256 e5189274aae97234c81509e72da8a2406fd0664a9948738fe9a77baff9f75174

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page