Searched refs:region (Results 1 – 1 of 1) sorted by relevance
159 uint8_t region, remainder, p, q, t; in lv_color_hsv_to_rgb() local165 region = h / 43; in lv_color_hsv_to_rgb()166 remainder = (h - (region * 43)) * 6; in lv_color_hsv_to_rgb()172 switch(region) { in lv_color_hsv_to_rgb()