image-draw-line-ex ( dst start end thick color -- )


Vocabulary
raylib

Inputs
dstan object
startan object
endan object
thickan object
coloran object


Outputs
None

Definition


LIBRARY: raylib FUNCTION-ALIAS: image-draw-line-ex void
ImageDrawLineEx
( Image* dst, Vector2 start, Vector2 end, int thick, Color
color )