Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/shendrew/pyxelhue
- Owner: shendrew
- Created: 2021-01-17T20:07:11.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-06T21:02:19.000Z (about 3 years ago)
- Last Synced: 2024-11-19T17:55:55.022Z (2 months ago)
- Topics: color-palette, python3
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 1003. 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.