PixmapScannerRW

Advanced functionality.

Wrapper for scanning a Pixmap line by line.

Constructors

this
this(Pixmap pixmap)

Members

Functions

back
Pixel[] back()
empty
bool empty()
front
Pixel[] front()
popBack
void popBack()
popFront
void popFront()
save
typeof(this) save()

See Also

Unlike PixmapScanner, this does not work with const(Pixmap).

Meta