Function rust_raylib::ffi::ImageDraw
source · pub unsafe extern "C" fn ImageDraw(
dst: *mut Image,
src: Image,
srcRec: Rectangle,
dstRec: Rectangle,
tint: Color
)
Expand description
Draw a source image within a destination image (tint applied to source)