Doxygen
|
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 |
const unsigned char* ColoredImgDataItem::alpha |
Definition at line 413 of file util.h.
Referenced by ResourceMgr::copyResourceAs(), and writeColoredImgData().
const unsigned char* ColoredImgDataItem::content |
Definition at line 412 of file util.h.
Referenced by ResourceMgr::copyResourceAs(), and writeColoredImgData().
unsigned short ColoredImgDataItem::height |
Definition at line 411 of file util.h.
Referenced by ResourceMgr::copyResourceAs(), and writeColoredImgData().
const char* ColoredImgDataItem::name |
Definition at line 409 of file util.h.
Referenced by ResourceMgr::copyResourceAs(), and writeColoredImgData().
unsigned short ColoredImgDataItem::width |
Definition at line 410 of file util.h.
Referenced by ResourceMgr::copyResourceAs(), and writeColoredImgData().