Function SDL_FreePalette
pub unsafe extern "C" fn SDL_FreePalette(palette: *mut SDL_Palette)
Available on crate feature
dep_sdl2
only.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