Skip to content

bsoyka/pigment

Repository files navigation

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.

About

Python utilities for colors

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Sponsor this project

  •  

Packages

No packages published

Contributors 2

  •  
  •  

Languages