[][src]Function fermium::SDL_SetRenderDrawColor

pub unsafe extern "C" fn SDL_SetRenderDrawColor(
    renderer: *mut SDL_Renderer,
    r: Uint8,
    g: Uint8,
    b: Uint8,
    a: Uint8
) -> c_int