image-draw-line ( dst startPosX startPosY endPosX endPosY color -- )


Vocabulary
raylib

Inputs
dsta pointer to a Image
startPosXan int
startPosYan int
endPosXan int
endPosYan int
colora Color


Outputs
None

Word description
Draw line within an image

Definition


LIBRARY: raylib FUNCTION-ALIAS: image-draw-line void
ImageDrawLine
( Image* dst, int startPosX, int startPosY, int endPosX, int
endPosY, Color color )