Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 1.2 KB

index.rst

File metadata and controls

47 lines (35 loc) · 1.2 KB

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

Documentation Contents

reference exceptions