Function qt_gui::q_red_q_rgba64

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

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

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

C++ documentation:

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

This function was introduced in Qt 5.6.

See also QRgba64::red8() and QColor::red().