* \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 not stored for this graph (policy: none)
no test coverage detected