draw-pixel ( posX posY color -- )


Vocabulary
raylib

Inputs
posXan int
posYan int
colora Color


Outputs
None

Word description
Draw a pixel

Definition