|
Size: 575
Comment: add categories
|
Size: 579
Comment: format update
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 23: | Line 23: |
| You can add useful comments here | ''You can add useful comments here'' |
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
