DrawDibChangePalette  10TCGX 

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.

See Also

DrawDibRealize, DrawDibDraw, DrawDibBegin