i2c_oled sample
lv_img_buf_set_px_alpha()
is only used within i2c_oled sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i2c_oled sample
lv_img_buf_set_px_alpha()
lv_img_buf_set_px_alpha() function
Set the alpha value of a pixel of an image. The color won't be affected
Syntax
Show:
Summary
Declaration
Definition
from
lv_img_buf.h:200
void
lv_img_buf_set_px_alpha
(
lv_img_dsc_t
*
dsc
,
lv_coord_t
x
,
lv_coord_t
y
,
lv_opa_t
opa
)
;
Implemented in
lv_img_buf.c:181
Arguments
Argument
Description
dsc
pointer to an image descriptor
x
x coordinate of the point to set
y
x coordinate of the point to set
opa
the desired opacity
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out