Searched refs:LV_STYLE_BG_COLOR (Results 1 – 13 of 13) sorted by relevance
/lvgl-latest/examples/styles/ |
D | lv_example_style_10.c | 9 …static const lv_style_prop_t props[] = {LV_STYLE_BG_COLOR, LV_STYLE_BORDER_COLOR, LV_STYLE_BORDER_… in lv_example_style_10()
|
/lvgl-latest/examples/widgets/slider/ |
D | lv_example_slider_2.c | 10 static const lv_style_prop_t props[] = {LV_STYLE_BG_COLOR, 0}; in lv_example_slider_2()
|
/lvgl-latest/src/misc/ |
D | lv_style.c | 69 [LV_STYLE_BG_COLOR] = 0, 376 case LV_STYLE_BG_COLOR: in lv_style_prop_get_default()
|
D | lv_style.h | 225 LV_STYLE_BG_COLOR = 28, enumerator
|
D | lv_style_gen.c | 282 lv_style_set_prop(style, LV_STYLE_BG_COLOR, v); in lv_style_set_bg_color()
|
D | lv_style_gen.h | 304 .prop = LV_STYLE_BG_COLOR, .value = { .color = val } \
|
/lvgl-latest/src/widgets/property/ |
D | lv_style_properties.h | 24 LV_PROPERTY_ID(STYLE, BG_COLOR, LV_PROPERTY_TYPE_COLOR, LV_STYLE_BG_COLOR),
|
/lvgl-latest/docs/details/base-widget/styles/ |
D | style.rst | 226 lv_style_remove_prop(&style, LV_STYLE_BG_COLOR); 233 lv_result_t res = lv_style_get_prop(&style, LV_STYLE_BG_COLOR, &v); 456 LV_STYLE_BG_OPA, LV_STYLE_BG_COLOR,
|
/lvgl-latest/src/core/ |
D | lv_obj_style_gen.h | 222 lv_style_value_t v = lv_obj_get_style_prop(obj, part, LV_STYLE_BG_COLOR); in lv_obj_get_style_bg_color() 228 … = lv_obj_style_apply_color_filter(obj, part, lv_obj_get_style_prop(obj, part, LV_STYLE_BG_COLOR)); in lv_obj_get_style_bg_color_filtered()
|
D | lv_obj_style_gen.c | 282 lv_obj_set_local_style_prop(obj, LV_STYLE_BG_COLOR, v, selector); in lv_obj_set_style_bg_color()
|
D | lv_obj_style.c | 886 case LV_STYLE_BG_COLOR: in trans_anim_cb()
|
/lvgl-latest/docs/details/other-components/ |
D | obj_property.rst | 113 … { .id = LV_STYLE_BG_COLOR, .color = (lv_color_t){.red = 0x11, .green = 0x22, .blue = 0x33}, },
|
/lvgl-latest/src/themes/default/ |
D | lv_theme_default.c | 217 LV_STYLE_BG_OPA, LV_STYLE_BG_COLOR, in style_init()
|