ResizePalette

  BOOL ResizePalette(hpal, nEntries)    
  HPALETTE hpal;    
  UINT nEntries;    

The ResizePalette function increases or decreases the size of the given logical palette based on the given value.

Parameters

hpal

Identifies the palette to be changed.

nEntries

Specifies the number of entries in the palette after it has been resized.

Return Value

The return value is TRUE if the function is successful. Otherwise, it is FALSE.

Comments

If an application calls ResizePalette to reduce the size of the palette, the entries remaining in the resized palette are unchanged. If the application calls ResizePalette to enlarge the palette, the additional palette entries are set to black (the red, green, and blue values are all 0) and their flags are set to zero.

See Also

PALETTEENTRY