Function qt_gui::q_blue_q_rgba64

source ·
pub unsafe fn q_blue_q_rgba64(rgb: impl CastInto<Ref<QRgba64>>) -> c_uint
Expand description

Returns the blue component of rgba64 as an 8-bit value.

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

C++ documentation:

Returns the blue component of rgba64 as an 8-bit value.

This function was introduced in Qt 5.6.

See also QRgba64::blue8() and QColor::blue().