Searched defs:hsv2 (Results 1 – 1 of 1) sorted by relevance
102 static double HsvDistance(const HsvColor& hsv1, const HsvColor& hsv2) in HsvDistance()127 HsvColor hsv2 = RgbToHsv(color2.argb.red, color2.argb.green, color2.argb.blue); in IsColorSimilar() local