TrueColorImage

nothrow @nogc
class TrueColorImage {
nothrow @nogc
int _width;
nothrow @nogc
int _height;
}

Constructors

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

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

Members

Functions

height
int height()

.

width
int width()

.

Structs

Data
struct Data

.

Variables

imageData
Data imageData;

.

Meta