drawImageMono
fn
void drawImageMono(const(ubyte)[] buf, int x, int y, int w, int h, int depth = 1, int lineSize = 0) nothrow @nogcDraws raw monochrome image data to the screen.
Parameters
buf | Image data buffer (grayscale format) |
x | X coordinate |
y | Y coordinate |
w | Width in pixels |
h | Height in pixels |
depth | Bytes per pixel (default 1) |
lineSize | Bytes per line (0 for w*depth) |