[−][src]Function sdl2_sys::gfx::primitives::bezierRGBA
pub unsafe extern "C" fn bezierRGBA(
renderer: *mut SDL_Renderer,
vx: *const Sint16,
vy: *const Sint16,
n: c_int,
s: c_int,
r: Uint8,
g: Uint8,
b: Uint8,
a: Uint8
) -> c_int