Home
last modified time | relevance | path

Searched refs:LV_OPA_100 (Results 1 – 4 of 4) sorted by relevance

/lvgl-3.4.0/examples/others/snapshot/
Dlv_example_snapshot_1.c32 lv_obj_set_style_bg_opa(snapshot_obj, LV_OPA_100, 0); in lv_example_snapshot_1()
/lvgl-3.4.0/examples/widgets/btn/
Dlv_example_btn_2.c15 lv_style_set_bg_opa(&style, LV_OPA_100); in lv_example_btn_2()
/lvgl-3.4.0/docs/overview/
Dstyle-props.md211 … Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 255, `LV_OPA_100` or `LV_OPA_COVE…
283 … Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 255, `LV_OPA_100` or `LV_OPA_COVE…
301 …oloring. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means no mixing, 255, `LV_OPA_100` or `LV_OPA_COVE…
331 … Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 255, `LV_OPA_100` or `LV_OPA_COVE…
388 … Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 255, `LV_OPA_100` or `LV_OPA_COVE…
454 … Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 255, `LV_OPA_100` or `LV_OPA_COVE…
466 … Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 255, `LV_OPA_100` or `LV_OPA_COVE…
484 … Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 255, `LV_OPA_100` or `LV_OPA_COVE…
610 … Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 255, `LV_OPA_100` or `LV_OPA_COVE…
685 … Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 255, `LV_OPA_100` or `LV_OPA_COVE…
/lvgl-3.4.0/src/misc/
Dlv_color.h57 LV_OPA_100 = 255, enumerator