Image format types
Used to define wanted target format where image decoder should give to Kodi.
More...
Image format types
Used to define wanted target format where image decoder should give to Kodi.
◆ ADDON_IMG_FMT
◆ ADDON_IMG_FMT
Enumerator |
---|
ADDON_IMG_FMT_A8R8G8B8 | A 32-bit ARGB pixel format, with alpha, that uses 8 bits per channel, ARGBARGB...
|
ADDON_IMG_FMT_A8 | A 8, alpha only, 8bpp, AAA...
|
ADDON_IMG_FMT_RGBA8 | RGBA 8:8:8:8, with alpha, 32bpp, RGBARGBA...
|
ADDON_IMG_FMT_RGB8 | RGB 8:8:8, with alpha, 24bpp, RGBRGB...
|