Bitmap

Undocumented in source.

Constructors

this
this(uint w, uint h, ubyte byteDepth)
Undocumented in source.
this
this(ubyte byteDepth)
Undocumented in source.

Members

Functions

putCustomRect
void putCustomRect(uvec2 dest, ubyte* sourceData, ubyte sDataByteDepth, uint sDataWidth, uint sDataHeight)
Undocumented in source.
putCustomSubRect
void putCustomSubRect(uvec2 dest, Rect source, ubyte[] sourceData, ubyte sDataByteDepth, uint sDataWidth, uint sDataHeight)
Undocumented in source.
putSubRect
void putSubRect(uvec2 dest, Rect source, Bitmap sourceBitmap)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

byteDepth
ubyte byteDepth;
Undocumented in source.
data
ubyte[] data;
Undocumented in source.
dataChanged
Signal!() dataChanged;
Undocumented in source.
size
uvec2 size;
Undocumented in source.

Meta