Share

CAdUiPaletteSet::RemovePalette

C++

BOOL RemovePalette(
    CAdUiPalette* pPalette
);

Description

Removes the palette specified by pPalette from the palette set. Returns true if the palette was successfuly removed; otherwise, returns false.

Parameters

Parameters Description
pPalette Pointer to the palette to remove

Links

CAdUiPaletteSet Class

Was this information helpful?