Function qt_gui::q_rgb

source ·
pub unsafe fn q_rgb(r: c_int, g: c_int, b: c_int) -> c_uint
Expand description

Returns the ARGB quadruplet (255, r, g, b).

Calls C++ function: unsigned int qRgb(int r, int g, int b).

C++ documentation:

Returns the ARGB quadruplet (255, r, g, b).

See also qRgba(), qRed(), qGreen(), and qBlue().