image-draw-pixel ( dst posX posY color -- )


Vocabulary
raylib

Inputs
dsta pointer to a Image
posXan int
posYan int
colora Color


Outputs
None

Word description
Draw pixel within an image

Definition


LIBRARY: raylib FUNCTION-ALIAS: image-draw-pixel void
ImageDrawPixel
( Image* dst, int posX, int posY, Color color )