i2c_oled sample
lv_img_cf_is_chroma_keyed()
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_cf_is_chroma_keyed()
lv_img_cf_is_chroma_keyed() function
Check if a color format is chroma keyed or not
Syntax
Show:
Summary
Declaration
Definition
from
lv_draw_img.h:91
bool
lv_img_cf_is_chroma_keyed
(
lv_img_cf_t
cf
)
;
Implemented in
lv_draw_img.c:137
Arguments
Argument
Description
cf
a color format (`LV_IMG_CF_...`)
Return value
true: chroma keyed; false: not chroma keyed
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