Handbook
Glossary
image-draw ( dst src srcRec dstRec tint -- )
Vocabulary
raylib
Inputs
dst
a
pointer
to a
Image
src
a
Image
srcRec
a
Rectangle
dstRec
a
Rectangle
tint
a
Color
Outputs
None
Word description
Draw a source image within a destination image (tint applied to source)
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
image-draw
void ImageDraw
( Image* dst,
Image
src,
Rectangle
srcRec,
Rectangle
dstRec,
Color
tint )