Function qt_gui::q_rgba

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

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

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

C++ documentation:

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

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