Add new parameter for differenceEuclidean to use Euclidean distance for hue-based color spaces #244
lulunac27a
started this conversation in
Ideas
Replies: 1 comment
-
I wouldn’t overload the Euclidean distance function any further, but it should be easy enough to fork and simplify it into a separate userland function. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to add the parameter to use the Euclidean distance for the differenceEuclidean function instead of hue based chord lengths for hue-based cylindrical color spaces like HSL, LCHab with the hue difference clamped from -180 to 180 degrees, not from -360 to 360 degrees.
Beta Was this translation helpful? Give feedback.
All reactions