DisposePalette
DisposePalette Empty a palette's memory location
#include <Palettes.h> Palette Manager
void DisposePalette( srcPalette );
PaletteHandle srcPalette; handle to the address of color palette data structure
DisposePalette removes a color palette and frees the memory space it occupied.
srcPalette is the source palette being removed.
Returns: none

Notes: DisposePalette relinquishes any entries with an animating color designation
on any monitor before it clears the memory space occupied by the palette.