Evaluates the similarity of a set of colors.
A similarity score between 0 and 1, where 0 indicates all colors are distinct and 1 indicates all are similar.
evaluateColorSimilarity(['#ffffff', '#fffffe']);// => value close to 1 Copy
evaluateColorSimilarity(['#ffffff', '#fffffe']);// => value close to 1
Evaluates the similarity of a set of colors.