CPalette::SetPaletteEntries

Syntax

UINT SetPaletteEntries( UINT nStartIndex, UINT nNumEntries, LPPALETTEENTRY lpPaletteColors );

Parameters

nStartIndex

Specifies the first entry in the logical palette to be set.

nNumEntries

Specifies the number of entries in the logical palette to be set.

lpPaletteColors

Points to an array of PALETTEENTRY data structures to receive the palette entries. The array must contain at least as many data structures as specified by nNumEntries.

Remarks

Sets RGB color values and flags in a range of entries in a logical palette.

If the logical palette is selected into a device context when the application calls SetPaletteEntries, the changes will not take effect until the application calls CDC::RealizePalette.

Return Value

The number of entries set in the logical palette, or 0 if the function failed.

See Also

CDC::RealizePalette, ::SetPaletteEntries