|
Size: 579
Comment: update content - pointers, structs
|
← Revision 6 as of 2011-01-02 05:59:08 ⇥
Size: 589
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
