TrueColorImage

Undocumented in source.

Constructors

this
this(int w, int h, ubyte[] data)

Creates with existing data. The data pointer is stored here.

Members

Aliases

data
alias data = imageData.bytes
Undocumented in source.

Functions

height
int height()

.

width
int width()

.

Structs

Data
struct Data

.

Variables

_height
int _height;
Undocumented in source.
_width
int _width;
Undocumented in source.
imageData
Data imageData;

.

Meta