Wiki Page Content

Differences between revisions 3 and 4
Revision 3 as of 2009-12-12 07:22:09
Size: 579
Editor: SheenaSmith
Comment: format update
Revision 4 as of 2010-09-23 05:51:35
Size: 595
Editor: SheenaSmith
Comment: update content - palette
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
||'''palette'''||the [[SDL_Palette]] to be freed|| ||'''palette'''||the palette of type [[SDL_Palette]] 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 palette of type SDL_Palette 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