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