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