Hued Package Documentation
Package documentation for Hued, our Python package for color properties, manipulation, blending, and palettes.
Changelog
1.0.5 (Latest): Added
XYZ
/CIE 1931 XYZ
color format toconversions.py
.1.0.4: Added 500+ new names to
colors.py
.1.0.3: Updated PYPI project description.
1.0.1 - 1.0.2: Created new functions, including color blending, conversion methods between common types, and new color schemes under the
ColorPalette
class.1.0.0: Initial release.
Installation
You can install Hued using PyPi, please make sure that you are using Python 3.6 or later before installing Hued:
Example Usage
Color Properties
Last updated