Wiki Page Content

Differences between revisions 5 and 6
Revision 5 as of 2010-10-10 17:37:52
Size: 579
Editor: SheenaSmith
Comment: update content - pointers, structs
Revision 6 as of 2011-01-02 05:59:08
Size: 589
Editor: SheenaSmith
Comment: update formatting - enums, structs, the/an
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
||'''palette'''||the [[SDL_Palette]] to be freed|| ||'''palette'''||the [[SDL_Palette]] structure to be freed||

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)

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