The SetDIBColorTable function sets RGB (red, green, blue) color values in a range of entries in the color table of the device-independent bitmap (DIB) that is currently selected into a specified device context.
UINT SetDIBColorTable(
HDC hdc, |
// handle of device context whose DIB is of interest |
UINT uStartIndex, |
// color table index of first entry to set |
UINT cEntries, |
// number of color table entries to set |
CONST RGBQUAD *pColors |
// pointer to array of color table entries |
); |
If the function succeeds, the return value is the number of color table entries that the function sets.
If the function fails, the return value is zero. To get extended error information, call GetLastError.
This function should be called to set the color table for device-independent bitmaps that use 1, 4, or 8 bits per pixel. The biBitCount member of a bitmap’s associated BITMAPINFOHEADER structure specifies the number of bits per pixel. Device-independent bitmaps with a biBitCount value greater than 8 do not have a color table.
BITMAPINFOHEADER, CreateDIBSection, GetDIBColorTable, GetObject, DIBSECTION, RGBQUAD
See:
file: /Techref/os/win/api/win32/func/src/f78_3.htm, 3KB, , updated: 2001/6/26 10:22, local time: 2024/11/4 17:16,
3.129.63.186: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/f78_3.htm"> SetDIBColorTable</A> |
Did you find what you needed? |
Welcome to massmind.org! |
Ashley Roll has put together a really nice little unit here. Leave off the MAX232 and keep these handy for the few times you need true RS232! |
.