[][src]Function sdl2_sys::gfx::primitives::filledCircleColor

pub unsafe extern "C" fn filledCircleColor(
    renderer: *mut SDL_Renderer,
    x: Sint16,
    y: Sint16,
    r: Sint16,
    color: Uint32
) -> c_int