DrawDibChangePalette

The DrawDibChangePalette function sets the palette entries used for drawing DIBs.

BOOL DrawDibChangePalette(
  HDRAWDIB hdd,        
  int iStart,          
  int iLen,            
  LPPALETTEENTRY lppe  
);
 

Parameters

hdd
Handle of a DrawDib DC.
iStart
Starting palette entry number.
iLen
Number of palette entries.
lppe
Address of an array of palette entries.

Return Values

Returns TRUE if successful or FALSE otherwise.

Remarks

This function changes the physical palette only if the current DrawDib palette is realized by calling the DrawDibRealize function.

If the color table is not changed, the next call to the DrawDibDraw function that does not specify DDF_SAME_DRAW calls the DrawDibBegin function implicitly.

QuickInfo

  Windows NT: Requires version 3.1 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in vfw.h.
  Import Library: Use vfw32.lib.

See Also

DrawDib Overview, DrawDib Functions, DrawDibRealize, DrawDibDraw, DrawDibBegin