|
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.
See Also
DrawDibRealize, DrawDibDraw, DrawDibBegin
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Programmer's Reference (win32.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|