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

Function GetPixelInBitmap

include/gdi.h:5897–5900  ·  view source on GitHub ↗

* \fn static inline gal_pixel GUIAPI GetPixelInBitmap (const BITMAP* bmp, int x, int y) * \brief Returns the pixel value in a BITMAP object. * * This function returns the pixel value at the position \a (x,y) in * the BITMAP object \a bmp. * * \param bmp The BITMAP object. * \param x x,y: The position of the pixel in the bitmap relative to * the upper-left corner of the bitmap. * \p

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

create_newtoolbarsFunction · 0.85
blitting.cFile · 0.85
bitmap.cFile · 0.85

Calls 1

GetPixelInBitmapExFunction · 0.85

Tested by

no test coverage detected