RawImgWrapper

Represents raw bytes picture Useful for testing purposes

Constructors

this
this(string filename)
Undocumented in source.

Members

Functions

getPixel
Pixel getPixel(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

h
int h;
Undocumented in source.
w
int w;
Undocumented in source.

Meta