image-draw ( dst src srcRec dstRec tint -- )


Vocabulary
raylib

Inputs
dsta pointer to a Image
srca Image
srcReca Rectangle
dstReca Rectangle
tinta Color


Outputs
None

Word description
Draw a source image within a destination image (tint applied to source)

Definition


LIBRARY: raylib FUNCTION-ALIAS: image-draw void ImageDraw
( Image* dst, Image src, Rectangle srcRec, Rectangle dstRec,
Color tint )