Searched refs:color_start (Results 1 – 3 of 3) sorted by relevance
/lvgl-3.5.0/src/extra/widgets/meter/ |
D | lv_meter.h | 86 lv_color_t color_start; member 226 …ator_t * lv_meter_add_scale_lines(lv_obj_t * obj, lv_meter_scale_t * scale, lv_color_t color_start,
|
D | lv_meter.c | 182 …ator_t * lv_meter_add_scale_lines(lv_obj_t * obj, lv_meter_scale_t * scale, lv_color_t color_start, in lv_meter_add_scale_lines() argument 194 indic->type_data.scale_lines.color_start = color_start; in lv_meter_add_scale_lines() 460 … if(indic->type_data.scale_lines.color_start.full == indic->type_data.scale_lines.color_end.full) { in draw_ticks_and_labels() 461 line_color = indic->type_data.scale_lines.color_start; in draw_ticks_and_labels() 471 …color_mix(indic->type_data.scale_lines.color_end, indic->type_data.scale_lines.color_start, ratio); in draw_ticks_and_labels()
|
/lvgl-3.5.0/docs/widgets/extra/ |
D | meter.md | 54 `indic = lv_meter_add_scale_lines(meter, scale, color_start, color_end, local, width_mod)` adds an … 55 If `local` is `true` the ticks' color will be faded from `color_start` to `color_end` in the indica… 56 If `local` is `false` `color_start` and `color_end` will be mapped to the start and end value of th…
|