Share

CAdUiPaletteSet::AddPalette

C++

int AddPalette(
    CAdUiPalette* pPalette
);

Description

Appends the specified palette to the end of the palette set. Returns its zero-based index in the palette set or -1 if the palette was not added.

Parameters

Parameters Description
pPalette Pointer to the palette to add

Links

CAdUiPaletteSet Class

Was this information helpful?