Bitmap.setPixelRGBA

Sets the RGBA color at position x, y. (0, 0) is top left.

class Bitmap
void
setPixelRGBA
(
int x
,
int y
,
ubyte r
,
ubyte g
,
ubyte b
,
ubyte a
)

Meta