pigment 0.5.0

Creator: railscoderz

Last updated:

Add to Cart

Description:

pigment 0.5.0

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)






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.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.