Function qt_gui::q_green_uint

source ·
pub unsafe fn q_green_uint(rgb: c_uint) -> c_int
Expand description

Returns the green component of the ARGB quadruplet rgb.

Calls C++ function: int qGreen(unsigned int rgb).

C++ documentation:

Returns the green component of the ARGB quadruplet rgb.

See also qRgb() and QColor::green().