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 to a DrawDib DC.

iStart

Starting palette entry number.

iLen

Number of palette entries.

lppe

Pointer to 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.

Requirements

**  Windows NT/2000/XP:** Included in Windows NT 3.1 and later.
**  Windows 95/98/Me:** Included in Windows 95 and later.
**  Header:** Declared in Vfw.h.
**  Library:** Use Vfw32.lib.

See Also

DrawDib, DrawDib Functions, DrawDibRealize, DrawDibDraw, DrawDibBegin