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