Zen 0.3.0
Loading...
Searching...
No Matches
Zen::Image Struct Reference

Public Member Functions

 Image (unsigned char *data, uint32_t width, uint32_t height, const char *filePath)

Public Attributes

unsigned char * data = new unsigned char
uint32_t width {0}
uint32_t height {0}
const char * filePath

Detailed Description

Definition at line 6 of file ZEN_Image.h.

Constructor & Destructor Documentation

◆ Image() [1/2]

Zen::Image::Image ( )
inline

Definition at line 12 of file ZEN_Image.h.

◆ Image() [2/2]

Zen::Image::Image ( unsigned char * data,
uint32_t width,
uint32_t height,
const char * filePath )
inline

Definition at line 13 of file ZEN_Image.h.

◆ ~Image()

Zen::Image::~Image ( )
inline

Definition at line 20 of file ZEN_Image.h.

Member Data Documentation

◆ data

unsigned char* Zen::Image::data = new unsigned char

Definition at line 7 of file ZEN_Image.h.

◆ filePath

const char* Zen::Image::filePath

Definition at line 10 of file ZEN_Image.h.

◆ height

uint32_t Zen::Image::height {0}

Definition at line 9 of file ZEN_Image.h.

◆ width

uint32_t Zen::Image::width {0}

Definition at line 8 of file ZEN_Image.h.


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