Function sdl2_sys::pixels::SDL_SetPaletteColors
[−]
[src]
pub unsafe extern "C" fn SDL_SetPaletteColors(
palette: *mut SDL_Palette,
colors: *const SDL_Color,
firstcolor: c_int,
ncolors: c_int
) -> c_int