q_red_uint

Function q_red_uint 

Source
pub unsafe fn q_red_uint(rgb: c_uint) -> c_int
Expand description

Returns the red component of the ARGB quadruplet rgb.

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

C++ documentation:

Returns the red component of the ARGB quadruplet rgb.

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