Doxygen
Loading...
Searching...
No Matches
ColoredImgDataItem Struct Reference

Data associated with a HSV colored image. More...

#include <src/util.h>

Public Attributes

const char * name
 
unsigned short width
 
unsigned short height
 
const unsigned char * content
 
const unsigned char * alpha
 

Detailed Description

Data associated with a HSV colored image.

Definition at line 407 of file util.h.

Member Data Documentation

◆ alpha

const unsigned char* ColoredImgDataItem::alpha

Definition at line 413 of file util.h.

Referenced by ResourceMgr::copyResourceAs(), and writeColoredImgData().

◆ content

const unsigned char* ColoredImgDataItem::content

Definition at line 412 of file util.h.

Referenced by ResourceMgr::copyResourceAs(), and writeColoredImgData().

◆ height

unsigned short ColoredImgDataItem::height

Definition at line 411 of file util.h.

Referenced by ResourceMgr::copyResourceAs(), and writeColoredImgData().

◆ name

const char* ColoredImgDataItem::name

Definition at line 409 of file util.h.

Referenced by ResourceMgr::copyResourceAs(), and writeColoredImgData().

◆ width

unsigned short ColoredImgDataItem::width

Definition at line 410 of file util.h.

Referenced by ResourceMgr::copyResourceAs(), and writeColoredImgData().


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