color-diff icon indicating copy to clipboard operation
color-diff copied to clipboard

Implemets the CIEDE2000 color difference algorithm, conversion between RGB and lab color and mapping all colors in palette X to the closest color in palette Y based on the CIEDE2000 difference.

Results 4 color-diff issues
Sort by recently updated
recently updated
newest added

I bumped into this lib by search for checking color relevance. I got a python example which can order them by relevance using a limit as well. So instead of...

What do you think about migrating the project to ES2015?

This is just a PoC to show the feasability of doctest:ing the JSDoc @examples instead of / in addition to other tests. Because of require/import discrepancies, the test scaffolding needs...