std.graphics.Pixmap.SetPixel - nitrologic/monkey2 GitHub Wiki

std::std.graphics.std.graphics.Pixmap.SetPixel

Method SetPixel:Void( x:monkey:monkey.types.Int,y:monkey:monkey.types.Int,color:std:std.graphics.Color )

Sets a pixel to a color.

Sets the pixel at x, y to pixel.

In debug builds, a runtime error will occur if the pixel coordinates lie outside of the pixmap area.

Parameters
x x The x coordinate of the pixel.
y y The y coordinate of the pixel.
color color The color to set the pixel to.