Function qt_gui::q_blue_uint

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

Returns the blue component of the ARGB quadruplet rgb.

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

C++ documentation:

Returns the blue component of the ARGB quadruplet rgb.

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