RockX
1.0.0
|
Image. More...
#include <rockx_type.h>
Data Fields | |
uint8_t * | data |
Image data. More... | |
rockx_pixel_format | pixel_format |
Image pixel format (rockx_pixel_format) More... | |
int | width |
Image Width. More... | |
int | height |
Image Height. More... | |
Image.
Definition at line 122 of file rockx_type.h.
uint8_t* data |
Image data.
Definition at line 123 of file rockx_type.h.
int height |
Image Height.
Definition at line 126 of file rockx_type.h.
rockx_pixel_format pixel_format |
Image pixel format (rockx_pixel_format)
Definition at line 124 of file rockx_type.h.
int width |
Image Width.
Definition at line 125 of file rockx_type.h.