|
SOPutPaletteEntry
Sets the colors for a palette entry.
The file parser must call the SOStartPalette function before calling this function.
The order of calls to this function determines the order of entries in the
color table for an image. The first palette entry is color 0, the color displayed
for pixels with a value of 0; the second palette entry is color 1; and so on.
VOID SOPutPaletteEntry(
unsigned char Red,
|
| unsigned char Green,
|
| unsigned char Blue,
|
| HPROC reserved
|
| );
|
|
Parameters
Red
Relative red intensity in the range 0 to 255.
Green
Relative green intensity in the range 0 to 255.
Blue
Relative blue intensity in the range 0 to 255.
reserved
Reserved; do not use.
Return Values
None.
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
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.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
|