The CreatePalette function creates a logical color palette.
HPALETTE CreatePalette(
CONST LOGPALETTE *lplgpl |
// pointer to logical color palette |
); |
If the function succeeds, the return value is a handle that identifies a logical palette.
If the function fails, the return value is NULL. To get extended error information, call GetLastError.
An application can determine whether a device supports palette operations by calling the GetDeviceCaps function and specifying the RASTERCAPS constant.
Once an application creates a logical palette, it can select that palette into a device context by calling the SelectPalette function. A palette selected into a device context can be realized by calling the RealizePalette function.
When you no longer need the palette, call the DeleteObject function to delete it.
DeleteObject, GetDeviceCaps, LOGPALETTE, RealizePalette, SelectPalette
file: /Techref/os/win/api/win32/func/src/f10_9.htm, 2KB, , updated: 2000/4/7 11:19, local time: 2024/11/4 15:22,
13.59.221.194: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://massmind.org/techref/os/win/api/win32/func/src/f10_9.htm"> CreatePalette</A> |
Did you find what you needed? |
Welcome to massmind.org! |
Welcome to massmind.org! |
.