Home
last modified time | relevance | path

Searched refs:transparency (Results 1 – 8 of 8) sorted by relevance

/lvgl-latest/src/libs/gif/
Dgifdec.h23 int transparency; member
Dgifdec.c221 gif->gce.transparency = rdit & 1; in read_graphic_control_ext()
667 gif->gce.transparency ? gif->gce.tindex : 0x100); in render_frame_rect()
676 if(!gif->gce.transparency || index != gif->gce.tindex) { in render_frame_rect()
698 if(gif->gce.transparency) opa = 0x00; in dispose()
/lvgl-latest/docs/details/widgets/
Dimage.rst73 The internal (pixel array) and external images support 2 transparency
80 signal transparency for each pixel that uses it.
/lvgl-latest/docs/details/integration/driver/
Dopengles.rst217 - Layers with transparent pixels and an overall layer transparency will not blend correctly.
/lvgl-latest/docs/details/base-widget/styles/
Dstyle-properties.rst506 …OPA_COVER` means fully covering, other values or LV_OPA_10, LV_OPA_20, etc means semi transparency.
632 …OPA_COVER` means fully covering, other values or LV_OPA_10, LV_OPA_20, etc means semi transparency.
707 …OPA_COVER` means fully covering, other values or LV_OPA_10, LV_OPA_20, etc means semi transparency.
796 …OPA_COVER` means fully covering, other values or LV_OPA_10, LV_OPA_20, etc means semi transparency.
899 …OPA_COVER` means fully covering, other values or LV_OPA_10, LV_OPA_20, etc means semi transparency.
918 …OPA_COVER` means fully covering, other values or LV_OPA_10, LV_OPA_20, etc means semi transparency.
946 …OPA_COVER` means fully covering, other values or LV_OPA_10, LV_OPA_20, etc means semi transparency.
1143 …OPA_COVER` means fully covering, other values or LV_OPA_10, LV_OPA_20, etc means semi transparency.
1274 …OPA_COVER` means fully covering, other values or LV_OPA_10, LV_OPA_20, etc means semi transparency.
1288 …OPA_COVER` means fully covering, other values or LV_OPA_10, LV_OPA_20, etc means semi transparency.
/lvgl-latest/docs/details/integration/renderers/
Dvg_lite.rst49 can be achieved by using multiple layers of borders with different levels of transparency.
/lvgl-latest/scripts/
DLVGLImage.py811 transparency = unpack_colors(self.data, self.cf, self.w)
813 for a in transparency:
/lvgl-latest/docs/details/main-components/
Dimage.rst65 …e :cpp:enumerator:`LV_COLOR_FORMAT_NATIVE` but it also adds an alpha (transparency) byte for every…