#pragma section-numbers off #pragma disable-camelcase = SDL_FreePalette = Use this function to free a palette created with [[SDL_AllocPalette]](). <> == Syntax == {{{#!highlight cpp void SDL_FreePalette(SDL_Palette* palette) }}} == Function Parameters == ||'''palette'''||the [[SDL_Palette]] structure to be freed|| == Code Examples == {{{#!highlight cpp You can add your code example here }}} == Remarks == ''You can add useful comments here'' == Related Functions == .[[SDL_AllocPalette]] ---- [[CategoryAPI]], [[CategoryPixels]]