Function sdl2_sys::SDL_FreePalette

source ·
pub unsafe extern "C" fn SDL_FreePalette(palette: *mut SDL_Palette)
Expand description

Free a palette created with SDL_AllocPalette().

\param palette the SDL_Palette structure to be freed

\since This function is available since SDL 2.0.0.

\sa SDL_AllocPalette