Home
last modified time | relevance | path

Searched refs:region (Results 1 – 1 of 1) sorted by relevance

/lvgl-3.4.0/src/misc/
Dlv_color.c159 uint8_t region, remainder, p, q, t; in lv_color_hsv_to_rgb() local
165 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()