Home
last modified time | relevance | path

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

/lvgl-3.4.0/examples/widgets/tabview/
Dlv_example_tabview_2.c20 lv_obj_set_style_bg_color(tabview, lv_palette_lighten(LV_PALETTE_RED, 2), 0); in lv_example_tabview_2()
24 lv_obj_set_style_text_color(tab_btns, lv_palette_lighten(LV_PALETTE_GREY, 5), 0); in lv_example_tabview_2()
35 lv_obj_set_style_bg_color(tab2, lv_palette_lighten(LV_PALETTE_AMBER, 3), 0); in lv_example_tabview_2()
/lvgl-3.4.0/examples/others/gridnav/
Dlv_example_gridnav_3.c33 lv_obj_set_style_bg_color(cont_main, lv_palette_lighten(LV_PALETTE_BLUE, 5), LV_STATE_FOCUSED); in lv_example_gridnav_3()
55 lv_obj_set_style_bg_color(cont_sub1, lv_palette_lighten(LV_PALETTE_RED, 5), LV_STATE_FOCUSED); in lv_example_gridnav_3()
79 lv_obj_set_style_bg_color(cont_sub2, lv_palette_lighten(LV_PALETTE_RED, 5), LV_STATE_FOCUSED); in lv_example_gridnav_3()
Dlv_example_gridnav_2.c16 lv_obj_set_style_bg_color(list1, lv_palette_lighten(LV_PALETTE_BLUE, 5), LV_STATE_FOCUSED); in lv_example_gridnav_2()
33 lv_obj_set_style_bg_color(list2, lv_palette_lighten(LV_PALETTE_BLUE, 5), LV_STATE_FOCUSED); in lv_example_gridnav_2()
Dlv_example_gridnav_1.c17 lv_obj_set_style_bg_color(cont1, lv_palette_lighten(LV_PALETTE_BLUE, 5), LV_STATE_FOCUSED); in lv_example_gridnav_1()
42 lv_obj_set_style_bg_color(cont2, lv_palette_lighten(LV_PALETTE_BLUE, 5), LV_STATE_FOCUSED); in lv_example_gridnav_1()
/lvgl-3.4.0/examples/widgets/canvas/
Dlv_example_canvas_1.c33 lv_canvas_fill_bg(canvas, lv_palette_lighten(LV_PALETTE_GREY, 3), LV_OPA_COVER); in lv_example_canvas_1()
49 lv_canvas_fill_bg(canvas, lv_palette_lighten(LV_PALETTE_GREY, 3), LV_OPA_COVER); in lv_example_canvas_1()
/lvgl-3.4.0/examples/get_started/
Dlv_example_get_started_2.c20 lv_style_set_bg_color(&style_btn, lv_palette_lighten(LV_PALETTE_GREY, 3)); in style_init()
41 lv_style_set_bg_grad_color(&style_btn_red, lv_palette_lighten(LV_PALETTE_RED, 3)); in style_init()
/lvgl-3.4.0/examples/libs/qrcode/
Dlv_example_qrcode_1.c9 lv_color_t bg_color = lv_palette_lighten(LV_PALETTE_LIGHT_BLUE, 5); in lv_example_qrcode_1()
/lvgl-3.4.0/examples/styles/
Dlv_example_style_5.c15 lv_style_set_bg_color(&style, lv_palette_lighten(LV_PALETTE_GREY, 1)); in lv_example_style_5()
Dlv_example_style_12.c12 lv_style_set_border_color(&style, lv_palette_lighten(LV_PALETTE_GREEN, 3)); in lv_example_style_12()
Dlv_example_style_4.c15 lv_style_set_bg_color(&style, lv_palette_lighten(LV_PALETTE_GREY, 1)); in lv_example_style_4()
Dlv_example_style_3.c15 lv_style_set_bg_color(&style, lv_palette_lighten(LV_PALETTE_GREY, 1)); in lv_example_style_3()
Dlv_example_style_6.c15 lv_style_set_bg_color(&style, lv_palette_lighten(LV_PALETTE_GREY, 3)); in lv_example_style_6()
Dlv_example_style_8.c14 lv_style_set_bg_color(&style, lv_palette_lighten(LV_PALETTE_GREY, 2)); in lv_example_style_8()
Dlv_example_style_2.c18 grad.stops[0].color = lv_palette_lighten(LV_PALETTE_GREY, 1); in lv_example_style_2()
Dlv_example_style_13.c11 lv_style_set_bg_color(&style_indic, lv_palette_lighten(LV_PALETTE_RED, 3)); in lv_example_style_13()
/lvgl-3.4.0/examples/widgets/chart/
Dlv_example_chart_2.c53 dsc->line_dsc->color = lv_palette_lighten(LV_PALETTE_GREY, 1); in draw_event_cb()
81 dsc->line_dsc->color = lv_palette_lighten(LV_PALETTE_GREY, 1); in draw_event_cb()
Dlv_example_chart_3.c40 …lv_chart_series_t * ser1 = lv_chart_add_series(chart, lv_palette_lighten(LV_PALETTE_GREEN, 2), LV_… in lv_example_chart_3()
/lvgl-3.4.0/examples/widgets/table/
Dlv_example_table_2.c16 …rect_dsc.bg_color = chk ? lv_theme_get_color_primary(obj) : lv_palette_lighten(LV_PALETTE_GREY, 2); in draw_event_cb()
/lvgl-3.4.0/src/extra/themes/basic/
Dlv_theme_basic.c19 #define COLOR_SCR lv_palette_lighten(LV_PALETTE_GREY, 4)
21 #define COLOR_LIGHT lv_palette_lighten(LV_PALETTE_GREY, 2)
/lvgl-3.4.0/src/extra/themes/default/
Dlv_theme_default.c23 #define LIGHT_COLOR_SCR lv_palette_lighten(LV_PALETTE_GREY, 4)
26 #define LIGHT_COLOR_GREY lv_palette_lighten(LV_PALETTE_GREY, 2)
29 #define DARK_COLOR_TEXT lv_palette_lighten(LV_PALETTE_GREY, 5)
202 else return lv_color_mix(lv_palette_lighten(LV_PALETTE_GREY, 2), color, opa); in grey_filter_cb()
553 … 2) : lv_palette_lighten(LV_PALETTE_GREY, 1)); in style_init()
/lvgl-3.4.0/src/misc/
Dlv_color.c293 lv_color_t lv_palette_lighten(lv_palette_t p, uint8_t lvl) in lv_palette_lighten() function
Dlv_color.h701 lv_color_t lv_palette_lighten(lv_palette_t p, uint8_t lvl);
/lvgl-3.4.0/docs/overview/
Dcolor.md70 For the lighter variants of a palette color use `lv_color_t c = lv_palette_lighten(LV_PALETTE_..., …
/lvgl-3.4.0/demos/widgets/
Dlv_demo_widgets.c610 …ser2 = lv_chart_add_series(chart2, lv_palette_lighten(LV_PALETTE_GREY, 1), LV_CHART_AXIS_PRIMARY_Y… in analytics_create()