Searched refs:RgbToHsv (Results 1 – 1 of 1) sorted by relevance
59 static HsvColor RgbToHsv(uint8_t r, uint8_t g, uint8_t b) in RgbToHsv() function142 HsvColor hsv1 = RgbToHsv(color1.argb.red, color1.argb.green, color1.argb.blue); in IsColorSimilar()143 HsvColor hsv2 = RgbToHsv(color2.argb.red, color2.argb.green, color2.argb.blue); in IsColorSimilar()