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