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

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