std.graphics.Pixmap.PixelPtr - nitrologic/monkey2 GitHub Wiki
std::std.graphics.std.graphics.Pixmap.PixelPtr
monkey:monkey.types.Ubyte Ptr( x:monkey:monkey.types.Int,y:monkey:monkey.types.Int )
Method PixelPtr:Gets a pointer to a pixel in the pixmap.
Parameters | |
---|---|
x |
x the x coordinate of the pixel. |
y |
y the y coordinate of the pixel. |