Function raylib::ffi::ColorAlphaBlend[][src]

pub unsafe extern "C" fn ColorAlphaBlend(
    dst: Color,
    src: Color,
    tint: Color
) -> Color