Searched refs:LV_OPA_100 (Results 1 – 4 of 4) sorted by relevance
/lvgl-latest/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-latest/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-latest/docs/overview/ |
D | style-props.md | 229 … 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/ |
D | lv_color.h | 53 LV_OPA_100 = 255, enumerator
|