Home
last modified time | relevance | path

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

/lvgl-latest/src/extra/widgets/meter/
Dlv_meter.h86 lv_color_t color_end; member
225 … lv_color_t color_end, bool local, int16_t width_mod);
Dlv_meter.c183 lv_color_t color_end, bool local, int16_t width_mod) in lv_meter_add_scale_lines() argument
195 indic->type_data.scale_lines.color_end = color_end; in lv_meter_add_scale_lines()
462 … if(indic->type_data.scale_lines.color_start.full == indic->type_data.scale_lines.color_end.full) { in draw_ticks_and_labels()
473 …line_color = lv_color_mix(indic->type_data.scale_lines.color_end, indic->type_data.scale_lines.col… in draw_ticks_and_labels()
/lvgl-latest/docs/widgets/extra/
Dmeter.md54 `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…