Searched refs:LV_OPA_100 (Results 1 – 4 of 4) sorted by relevance
/lvgl-3.4.0/examples/others/snapshot/ |
D | lv_example_snapshot_1.c | 32 lv_obj_set_style_bg_opa(snapshot_obj, LV_OPA_100, 0); in lv_example_snapshot_1()
|
/lvgl-3.4.0/examples/widgets/btn/ |
D | lv_example_btn_2.c | 15 lv_style_set_bg_opa(&style, LV_OPA_100); in lv_example_btn_2()
|
/lvgl-3.4.0/docs/overview/ |
D | style-props.md | 211 … 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/ |
D | lv_color.h | 57 LV_OPA_100 = 255, enumerator
|