Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 483 Bytes

File metadata and controls

20 lines (13 loc) · 483 Bytes

colormath-colorwheel

Extension for python-colormath implementing calculation of custom color wheel with HSL rotation.

Installation

pip install git+https://github.com/Danand/colormath-colorwheel.git

Usage

wheel = Wheel(colors_original)
colors_rotated = wheel.rotate_from_to(color_from, color_to)

Used by