[][src]Function ndless_sdl::gfx::primitives::ll::roundedRectangleColor

pub unsafe extern "C" fn roundedRectangleColor(
    dst: *mut SDL_Surface,
    x1: i16,
    y1: i16,
    x2: i16,
    y2: i16,
    rad: i16,
    color: u32
) -> c_int