Searched refs:fast_hsv2rgb (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.4.0/src/extra/widgets/colorwheel/ |
D | lv_colorwheel.c | 616 static void fast_hsv2rgb(uint16_t h, uint8_t s, uint8_t v, uint8_t * r, uint8_t * g, uint8_t * b); 617 static void fast_hsv2rgb(uint16_t h, uint8_t s, uint8_t v, uint8_t * r, uint8_t * g, uint8_t * b) in fast_hsv2rgb() function 665 fast_hsv2rgb(angle * 6, s, v, &r, &g, in angle_to_mode_color_fast() 675 fast_hsv2rgb(h, angle, v, &r, &g, &b); in angle_to_mode_color_fast() 684 fast_hsv2rgb(h, s, angle, &r, &g, &b); in angle_to_mode_color_fast()
|