C++
BOOL RemovePalette( int nPaletteIndex );
Description
Removes the palette specified by nPaletteIndex from the palette set. Returns true if the palette was successfuly removed; otherwise, returns false.
Parameters
Parameters | Description |
---|---|
nPaletteIndex | Zero-based tab index of the palette to remove |