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 144 of file gfx.h.


Field Documentation

Raster height in pixels.

Definition at line 148 of file gfx.h.

const uint8_t* Image::raster

Pointer to byte array to hold the data.

Definition at line 146 of file gfx.h.

Bytes per row.

Definition at line 149 of file gfx.h.

Raster width in pixels.

Definition at line 147 of file gfx.h.


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