Function sdl2_sys::render::SDL_SetRenderDrawColor [] [src]

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