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

Function Pixel2RGBA

include/gdi.h:3579–3585  ·  view source on GitHub ↗

* \fn void GUIAPI Pixel2RGBA (HDC hdc, gal_pixel pixel, \ Uint8* r, Uint8* g, Uint8* b, Uint8* a) * \brief Get the color in RGBA quarter from a pixel value under a DC. * * This function gets the color in RGBA quarter from the pixel value \a pixel * under the DC \a hdc. * * \param hdc The device context. * \param pixel The pixel value. * \param r The red component of the pix

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

mcDrawPageArrowFunction · 0.85
Pixel2DWORDFunction · 0.85

Calls 1

Pixel2RGBAsFunction · 0.85

Tested by

no test coverage detected