Home
last modified time | relevance | path

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

/lvgl-latest/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-latest/examples/widgets/btn/
Dlv_example_btn_2.c15 lv_style_set_bg_opa(&style, LV_OPA_100); in lv_example_btn_2()
/lvgl-latest/docs/overview/
Dstyle-props.md229 … Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 255, `LV_OPA_100` or `LV_OPA_COVE…
301 … Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 255, `LV_OPA_100` or `LV_OPA_COVE…
319 …oloring. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means no mixing, 255, `LV_OPA_100` or `LV_OPA_COVE…
349 … Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 255, `LV_OPA_100` or `LV_OPA_COVE…
406 … Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 255, `LV_OPA_100` or `LV_OPA_COVE…
472 … 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…
502 … Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 255, `LV_OPA_100` or `LV_OPA_COVE…
628 … Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 255, `LV_OPA_100` or `LV_OPA_COVE…
703 … Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 255, `LV_OPA_100` or `LV_OPA_COVE…
[all …]
/lvgl-latest/src/misc/
Dlv_color.h53 LV_OPA_100 = 255, enumerator