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

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