SuperImage

Undocumented in source.

Constructors

this
this(int w, int h, int chan, int depth)
Undocumented in source.

Members

Functions

free
void free()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
uint opIndex(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
void opIndexAssign(uint color, int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

bitDepth
int bitDepth;
Undocumented in source.
channels
int channels;
Undocumented in source.
data
uint[] data;
Undocumented in source.
height
int height;
Undocumented in source.
length
int length;
Undocumented in source.
width
int width;
Undocumented in source.

Meta