WinGSetDIBColorTable16 (WING.1006)
UINT16 WinGSetDIBColorTable16 ( HDC16 hdc, UINT16 start, UINT16 num, RGBQUAD* colors )
Set all or part of the color table for a WinG device context.
hdc | [In] | WinG device context. |
start | [In] | Start color. |
num | [In] | Number of entries to set. |
colors | [In] | Array of color data. |
The number of entries set.
Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/wing.dll16/wing.c". gitlab.winehq.org/wine/wine/blob/master/dlls/wing.dll16/wing.c
Debug channel "wing".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.