RockX  1.0.0
Data Fields
rockx_image_t Struct Reference

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...
 

Detailed Description

Image.

Definition at line 122 of file rockx_type.h.

Field Documentation

◆ data

uint8_t* data

Image data.

Definition at line 123 of file rockx_type.h.

◆ height

int height

Image Height.

Definition at line 126 of file rockx_type.h.

◆ pixel_format

rockx_pixel_format pixel_format

Image pixel format (rockx_pixel_format)

Definition at line 124 of file rockx_type.h.

◆ width

int width

Image Width.

Definition at line 125 of file rockx_type.h.


The documentation for this struct was generated from the following file: