Function 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)