Previous Up Next

_PUTpixel16 DEPRECATED
Set the color of a pixel.

ObjBitmap _PUTpixel16 (
ObjBitmap _bitmap_
I _x_
I _y_
I _color_
)
scol 4.5 : _PUTpixel16 should be considered as obsolete. Use
  • _PUTpixel24 instead.
  • Parameters

    _bitmap_
    any bitmap
    _x_
    x coordinate
    _y_
    y coordinate
    _color_
    24 bits color
    Return value

    same bitmap