MCPcopy Create free account
hub / github.com/VincentWei/MiniGUI / DWORD2Pixel

Function DWORD2Pixel

include/gdi.h:3616–3621  ·  view source on GitHub ↗

* \fn gal_pixel DWORD2Pixel (HDC hdc, DWORD dword) * \brief An inline function to convert DWORD color to gal_pixel. * * This function converts a color in DWORD to pixel value. * * \param hdc The device context. * \param dword The color value in DWORD. * \return The converted pixel value. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

alvDrawSubItemFunction · 0.85
draw_separator_vertFunction · 0.85
draw_checked_item_vertFunction · 0.85
draw_separator_horzFunction · 0.85
draw_checked_item_horzFunction · 0.85
draw_propsheetFunction · 0.85
AboutWinProcFunction · 0.85
draw_normal_itemFunction · 0.85
draw_hilite_itemFunction · 0.85
draw_disabled_itemFunction · 0.85

Calls 1

RGBA2PixelFunction · 0.85

Tested by

no test coverage detected