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

Function RGBA2Pixel

include/gdi.h:3440–3448  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

alvDrawSubItemFunction · 0.85
lvDrawHeaderFunction · 0.85
draw_hilight_boxFunction · 0.85
DrawCoolBoxFunction · 0.85
paint_content_focusFunction · 0.85
MenuButtonCtrlProcFunction · 0.85
draw_one_frameFunction · 0.85
fill_iso_triangle_sndFunction · 0.85
draw_3dboxFunction · 0.85
draw_radioFunction · 0.85
draw_checkboxFunction · 0.85

Calls 1

RGBA2PixelsFunction · 0.85

Tested by

no test coverage detected