Previous Up Next

_PUTpixel8
Set the color of a pixel.

ObjBitmap8 _PUTpixel8 (
ObjBitmap8 _bitmap_
I _x_
I _y_
I _color_
)
Parameters

_bitmap_
any 8-bits bitmap
_x_
x coordinate
_y_
y coordinate
_color_
color (palette index)
Return value

same bitmap

Note

_GETpixel8