Home
last modified time | relevance | path

Searched defs:ColorFormat (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/scripts/
DLVGLImage.py105 class ColorFormat(Enum): class
212 def unpack_colors(data: bytes, cf: ColorFormat, w) -> List:
309 cf: ColorFormat,
391 cf: ColorFormat = ColorFormat.UNKNOWN,
457 cf: ColorFormat,
494 cf: ColorFormat = ColorFormat.UNKNOWN,
690 cf: ColorFormat,
841 cf: ColorFormat = None,
875 def _png_to_indexed(self, cf: ColorFormat, filename: str):
928 def _png_to_alpha_only(self, cf: ColorFormat, filename: str):
[all …]