Searched refs:transparency (Results 1 – 8 of 8) sorted by relevance
/lvgl-latest/src/libs/gif/ |
D | gifdec.h | 23 int transparency; member
|
D | gifdec.c | 221 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/ |
D | image.rst | 73 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/ |
D | opengles.rst | 217 - Layers with transparent pixels and an overall layer transparency will not blend correctly.
|
/lvgl-latest/docs/details/base-widget/styles/ |
D | style-properties.rst | 506 …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/ |
D | vg_lite.rst | 49 can be achieved by using multiple layers of borders with different levels of transparency.
|
/lvgl-latest/scripts/ |
D | LVGLImage.py | 811 transparency = unpack_colors(self.data, self.cf, self.w) 813 for a in transparency:
|
/lvgl-latest/docs/details/main-components/ |
D | image.rst | 65 …e :cpp:enumerator:`LV_COLOR_FORMAT_NATIVE` but it also adds an alpha (transparency) byte for every…
|