[−][src]Function sdl2_sys::gfx::primitives::filledEllipseRGBA
pub unsafe extern "C" fn filledEllipseRGBA(
renderer: *mut SDL_Renderer,
x: Sint16,
y: Sint16,
rx: Sint16,
ry: Sint16,
r: Uint8,
g: Uint8,
b: Uint8,
a: Uint8
) -> c_int