Searched refs:transparency (Results 1 – 10 of 10) sorted by relevance
/lvgl-3.7.0/src/extra/libs/gif/ |
D | gifdec.h | 19 int transparency; member
|
D | gifdec.c | 219 gif->gce.transparency = rdit & 1; in read_graphic_control_ext() 500 if (!gif->gce.transparency || index != gif->gce.tindex) { in render_frame_rect() 536 if(gif->gce.transparency) opa = 0x00; in dispose()
|
/lvgl-3.7.0/docs/get-started/platforms/ |
D | nxp.md | 30 All operations can be used in conjunction with optional transparency. 43 - Combination of recolor and/or rotation + color key/alpha blend/transparency is supported. 46 - Second step is required to handle color keying, alpha channel or to apply transparency 123 All operations can be used in conjunction with optional transparency.
|
D | renesas.md | 23 All operations can be used in conjunction with optional transparency.
|
/lvgl-3.7.0/docs/overview/ |
D | style-props.md | 229 …OPA_COVER` means fully covering, other values or LV_OPA_10, LV_OPA_20, etc means semi transparency. 301 …OPA_COVER` means fully covering, other values or LV_OPA_10, LV_OPA_20, etc means semi transparency. 349 …OPA_COVER` means fully covering, other values or LV_OPA_10, LV_OPA_20, etc means semi transparency. 406 …OPA_COVER` means fully covering, other values or LV_OPA_10, LV_OPA_20, etc means semi transparency. 472 …OPA_COVER` means fully covering, other values or LV_OPA_10, LV_OPA_20, etc means semi transparency. 484 …OPA_COVER` means fully covering, other values or LV_OPA_10, LV_OPA_20, etc means semi transparency. 502 …OPA_COVER` means fully covering, other values or LV_OPA_10, LV_OPA_20, etc means semi transparency. 628 …OPA_COVER` means fully covering, other values or LV_OPA_10, LV_OPA_20, etc means semi transparency. 703 …OPA_COVER` means fully covering, other values or LV_OPA_10, LV_OPA_20, etc means semi transparency. 712 …OPA_COVER` means fully covering, other values or LV_OPA_10, LV_OPA_20, etc means semi transparency.
|
D | image.md | 34 …_COLOR_ALPHA** Like `LV_IMG_CF_TRUE_COLOR` but it also adds an alpha (transparency) byte for every…
|
/lvgl-3.7.0/docs/widgets/core/ |
D | img.md | 39 The internal (variable) and external images support 2 transparency handling methods:
|
/lvgl-3.7.0/docs/porting/ |
D | display.md | 96 - `screen_transp` if `1` the screen itself can have transparency as well. `LV_COLOR_SCREEN_TRANSP` …
|
/lvgl-3.7.0/ |
D | Kconfig | 45 bool "Enable more complex drawing routines to manage screens transparency."
|
/lvgl-3.7.0/docs/ |
D | CHANGELOG.md | 312 - docs(disp): LV_COLOR_SCREEN_TRANSP remove dependency on LV_COLOR_DEPTH_32 as transparency is supp…
|