[][src]Function fermium::SDL_SetSurfaceColorMod

pub unsafe extern "C" fn SDL_SetSurfaceColorMod(
    surface: *mut SDL_Surface,
    r: Uint8,
    g: Uint8,
    b: Uint8
) -> c_int