Searched refs:LV_OPA_0 (Results 1 – 3 of 3) sorted by relevance
/lvgl-latest/src/extra/others/ime/ |
D | lv_ime_pinyin.c | 583 lv_obj_set_style_bg_opa(pinyin_ime->cand_panel, LV_OPA_0, 0); in lv_ime_pinyin_constructor() 594 lv_obj_set_style_bg_opa(pinyin_ime->cand_panel, LV_OPA_0, LV_PART_ITEMS); in lv_ime_pinyin_constructor() 595 lv_obj_set_style_shadow_opa(pinyin_ime->cand_panel, LV_OPA_0, LV_PART_ITEMS); in lv_ime_pinyin_constructor()
|
/lvgl-latest/docs/overview/ |
D | style-props.md | 229 Set the opacity of the background. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, … 301 Set the opacity of the background image. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transpa… 319 Set the intensity of background image recoloring. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means no m… 349 Set the opacity of the border. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 255,… 406 Set the opacity of the outline. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 255… 472 Set the opacity of the shadow. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 255,… 484 Set the opacity of an image. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 255, `… 502 Set the intensity of the color mixing. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transpare… 628 Set the opacity of the text. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 255, `… 703 Scale down all opacity values of the object by this factor. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` … [all …]
|
/lvgl-latest/src/misc/ |
D | lv_color.h | 43 LV_OPA_0 = 0, enumerator
|