|
⇤ ← Revision 1 as of 2009-11-18 20:23:15
Size: 530
Comment: create page, add content
|
Size: 575
Comment: add categories
|
| 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]] to be freed|| |
| Line 27: | Line 27: |
---- [[CategoryAPI]], [[CategoryPixels]] |
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 to be freed |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
