The DrawDibChangePalette function sets the palette entries used for drawing DIBs.
BOOL DrawDibChangePalette(
HDRAWDIB hdd,
int iStart,
int iLen,
LPPALETTEENTRY lppe
);
Returns TRUE if successful or FALSE otherwise.
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.
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.
DrawDib Overview, DrawDib Functions, DrawDibRealize, DrawDibDraw, DrawDibBegin