Skip to main content

Python utilities for colors

Project description

Pigment

Pigment is a set of Python utilities for colors.

>>> red = Color(255, 0, 0)
>>> blue = Color(0, 0, 255)
>>> blend(red, blue).hsv
(300, 100, 50)

Downloads Supported Versions Testing License Version

Installation

Pigment is available on PyPI:

$ python -m pip install pigment

Pigment officially supports Python 3.5+.

API Reference

See Read the Docs for Pigment's documentation.

Project details


Download files

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

Source Distribution

pigment-0.5.0.tar.gz (5.7 kB view hashes)

Uploaded Source

Built Distribution

pigment-0.5.0-py3-none-any.whl (6.7 kB view hashes)

Uploaded Python 3

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