C++
int InsertPalette( int iIndex, CAdUiPalette* pPalette );
Description
Inserts the specified palette into the palette set at the position specified by iIndex. Returns the zero-based palette tab index of the inserted palette; or returns -1 if the palette was not inserted.
Parameters
Parameters | Description |
---|---|
iIndex | Zero-based index specifying the position at which to insert the palette in the palette set |
pPalette | Pointer to the palette to insert |