BeRTOS
Data Fields
Image Struct Reference

Hold image pixels. More...

#include <gfx.h>

Data Fields

const uint8_t * raster
 Pointer to byte array to hold the data.
coord_t width
 Raster width in pixels.
coord_t height
 Raster height in pixels.
coord_t stride
 Bytes per row.

Detailed Description

Hold image pixels.

Definition at line 179 of file gfx.h.


Field Documentation

Raster height in pixels.

Definition at line 183 of file gfx.h.

const uint8_t* Image::raster

Pointer to byte array to hold the data.

Definition at line 181 of file gfx.h.

Bytes per row.

Definition at line 184 of file gfx.h.

Raster width in pixels.

Definition at line 182 of file gfx.h.


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