You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For HSL — and, for that matter, all spaces that contain a hue element — the Hue will have an inordinate impact, since it's in the range [0, 360), while the other components are in the range [0,1]. We also need a way to perform hueDistance (shortest path) rather than normal distance between them.
The CMC color difference function performs the worst in this comparison:
https://beta.observablehq.com/@danburzo/nearest-css-named-colors
This makes me suspicious there's an error somewhere in the implementation.
The text was updated successfully, but these errors were encountered: