Wiki Page Content

SDL_FreePalette

Use this function to free a palette created with SDL_AllocPalette().

Syntax

void SDL_FreePalette(SDL_Palette* palette)

Function Parameters

palette

the SDL_Palette structure to be freed

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryPixels

None: SDL_FreePalette (last edited 2011-01-02 05:59:08 by SheenaSmith)

Feedback
Please include your contact information if you'd like to receive a reply.
Submit