https://github.com/primamateria/color-reducer
Finds similar colors and computes average color from them.
https://github.com/primamateria/color-reducer
Last synced: 5 months ago
JSON representation
Finds similar colors and computes average color from them.
- Host: GitHub
- URL: https://github.com/primamateria/color-reducer
- Owner: PrimaMateria
- Created: 2017-12-30T13:52:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-01T16:58:09.000Z (over 7 years ago)
- Last Synced: 2025-02-24T08:58:04.455Z (5 months ago)
- Language: JavaScript
- Homepage: https://primamateria.github.io/color-reducer/#/
- Size: 304 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Color Reducer
React based application. Input is a list of hex colors and maximal deltaE distance.
Colors are clustered together if the deltaE distance between them is less than specified maximal distance.
Then the obtained clusters consisting or several colors are averaged to one color.
The final result is reduced palette of colors.It's good idea to visually verify how the colors are merged and therefore application displays calculation steps.
For more details about deltaE: http://www.colorwiki.com/wiki/Delta_E:_The_Color_Difference.