The SetPaletteEntries function sets RGB (red, green, blue) color values and flags in a range of entries in a logical palette.
UINT SetPaletteEntries(
HPALETTE hpal, |
// handle of logical palette |
UINT iStart, |
// index of first entry to set |
UINT cEntries, |
// number of entries to set |
CONST PALETTEENTRY *lppe |
// address of array of structures |
); |
If the function succeeds, the return value is the number of entries that were set in the logical palette.
If the function fails, the return value is zero. To get extended error information, call GetLastError.
An application can determine whether or not a device supports palette operations by calling the GetDeviceCaps function and specifying the RASTERCAPS constant.
Even if a logical palette has been selected and realized, changes to the palette do not affect the physical palette in the surface. RealizePalette must be called again to set the new logical palette into the surface.
GetDeviceCaps, GetPaletteEntries, RealizePalette, PALETTEENTRY
file: /Techref/os/win/api/win32/func/src/f80_12.htm, 3KB, , updated: 2000/4/7 11:19, local time: 2024/11/8 02:34,
3.14.133.5:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/techref/os/win/api/win32/func/src/f80_12.htm"> SetPaletteEntries</A> |
Did you find what you needed? |