Handbook
Glossary
image-draw-pixel ( dst posX posY color -- )
Vocabulary
raylib
Inputs
dst
a
pointer
to a
Image
posX
an
int
posY
an
int
color
a
Color
Outputs
None
Word description
Draw pixel within an image
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
image-draw-pixel
void
ImageDrawPixel
( Image* dst,
int
posX,
int
posY,
Color
color )