|
Size: 579
Comment: format update
|
Size: 595
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
