public static float HueDistance(this Color color, Color otherColor)
 {
     return color.HueDistance(otherColor.ColorToHSV().X);
 }