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