Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shendrew/pyxelhue

An automatic hue shifter built using Python.
https://github.com/shendrew/pyxelhue

color-palette python3

Last synced: 3 days ago
JSON representation

An automatic hue shifter built using Python.

Awesome Lists containing this project

README

        

# PyxelHue
An automatic hue shifter built using Python.

Hue shift is a technique that helps the artists pick colours for highlights and shadows to give the drawing more depth.

Areas in contact with light are shifted towards yellow, shadows are shifted towards blue.

Example:
![Hue Shift](https://www.davidepesce.com/wp-content/uploads/2020/04/colors_7_limited_colors-1024x334.png)
Image credits: David Epesce

- - - -

How to use PyxelHue:

1. Run "main.py".

2. Input a colour in HSV format (values separated by space):
h: 0 to 360
s: 0 to 100
v: 0 to 100

3. The highlight and shading colours will be generated
in HEX values from lightest to darkest.

A link to coolors.co will be generated to visualize the results.

ex:
(input) 120 60 70
(output) https://coolors.co/e0ffa3-93d971-47b247-278a48-106146

- - - -

To do:
* Executable GUI for application.
* Local colour visualization.
* Customizable hue shift parameters.