#pragma section-numbers off #pragma camelcase off = SDL_FreeFormat = Use this function to free an [[SDL_PixelFormat]] structure allocated by [[SDL_AllocFormat]]. <> == Syntax == {{{#!highlight cpp void SDL_FreeFormat(SDL_PixelFormat* format) }}} == Function Parameters == ||'''format'''||the [[SDL_PixelFormat]] structure to free|| == Code Examples == {{{#!highlight cpp You can add your code example here }}} == Remarks == ''You can add useful comments here'' == Related Functions == .[[SDL_AllocFormat]] ---- [[CategoryAPI]], [[CategoryPixels]]