The UpdateColors function updates the client area of the specified device context by remapping the current colors in the client area to the currently realized logical palette.
BOOL UpdateColors(
HDC hdc |
// handle of device context |
); |
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. 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.
An inactive window with a realized logical palette may call UpdateColors as an alternative to redrawing its client area when the system palette changes.
The UpdateColors function typically updates a client area faster than redrawing the area. However, because UpdateColors performs the color translation based on the color of each pixel before the system palette changed, each call to this function results in the loss of some color accuracy.
This function must be called soon after a WM_PALETTECHANGED message is received.
file: /Techref/os/win/api/win32/func/src/f89_19.htm, 2KB, , updated: 2000/4/7 11:19, local time: 2024/11/9 13:49,
18.218.75.222: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://sxlist.com/Techref/os/win/api/win32/func/src/f89_19.htm"> UpdateColors</A> |
Did you find what you needed? |
Welcome to sxlist.com!sales, advertizing, & kind contributors just like you! Please don't rip/copy (here's why Copies of the site on CD are available at minimal cost. |
Welcome to sxlist.com! |
.