My Project
Loading...
Searching...
No Matches
Public Attributes | List of all members
Image Struct Reference

RGB image. More...

#include <image.h>

Public Attributes

uint32_t width
 
uint32_t height
 
Pixel * pixels
 

Detailed Description

RGB image.

Member Data Documentation

◆ height

uint32_t Image::height

Image width and height.

◆ pixels

Pixel* Image::pixels

Pointer to the pixel data.


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