[][src]Function fermium::SDL_GetRenderDrawColor

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