Handbook
Glossary
image-draw-line-ex ( dst start end thick color -- )
Vocabulary
raylib
Inputs
dst
an
object
start
an
object
end
an
object
thick
an
object
color
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
image-draw-line-ex
void
ImageDrawLineEx
( Image* dst,
Vector2
start,
Vector2
end,
int
thick,
Color
color )