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

Function RGB2Pixel

include/gdi.h:3484–3491  ·  view source on GitHub ↗

* \fn gal_pixel GUIAPI RGB2Pixel (HDC hdc, Uint8 r, Uint8 g, Uint8 b) * \brief Get the pixel value from a color in RGB triple under a DC. * * This function gets the pixel value from the RGB triple \a (r,g,b) 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 component of a color.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

anim_get_color_keyFunction · 0.85
HelloWinProcFunction · 0.85
refresh_surfaceFunction · 0.85
draw_borderFunction · 0.85
ShrinkScrollbarClipRectFunction · 0.85
draw_borderFunction · 0.85
draw_scrollbarFunction · 0.85
draw_caption_buttonFunction · 0.85
draw_scrollbarFunction · 0.85

Calls 1

RGB2PixelsFunction · 0.85

Tested by 1

HelloWinProcFunction · 0.68