ImageRegion

Rectangular region of an image that can be iterated with foreach

Members

Functions

opApply
int opApply(int delegate(ref Color4f p, uint x, uint y) dg)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

height
uint height;
Undocumented in source.
img
SuperImage img;
Undocumented in source.
width
uint width;
Undocumented in source.
xstart
uint xstart;
Undocumented in source.
ystart
uint ystart;
Undocumented in source.

Meta