image-draw-rectangle-rec ( dst rec color -- )


Vocabulary
raylib

Inputs
dsta pointer to a Image
reca Rectangle
colora Color


Outputs
None

Word description
Draw rectangle within an image

Definition


LIBRARY: raylib FUNCTION-ALIAS: image-draw-rectangle-rec
void ImageDrawRectangleRec
( Image* dst, Rectangle rec, Color color )