[][src]Function fermium::SDL_SetTextureColorMod

pub unsafe extern "C" fn SDL_SetTextureColorMod(
    texture: *mut SDL_Texture,
    r: Uint8,
    g: Uint8,
    b: Uint8
) -> c_int