Function qt_gui::q_green_q_rgba64

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

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

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

C++ documentation:

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

This function was introduced in Qt 5.6.

See also QRgba64::green8() and QColor::green().