QRgbaFloat Class▲
-
Header: QRgbaFloat
-
Since: Qt 6.2
-
CMake:
find_package(Qt6 REQUIRED COMPONENTS Gui)
target_link_libraries(mytarget PRIVATE Qt6::Gui)
-
qmake: QT += gui
-
Group: QRgbaFloat is part of Painting Classes
Detailed Description▲
Member Type Documentation▲
Member Function Documentation▲
[constexpr] quint8 QRgbaFloat::alpha8() const▲
Returns the alpha channel as an 8-bit.
[constexpr] quint16 QRgbaFloat::alpha16() const▲
Returns the alpha channel as a 16-bit integer.
[constexpr] QRgbaFloat::FastType QRgbaFloat::alpha() const▲
[constexpr] QRgbaFloat::FastType QRgbaFloat::alphaNormalized() const▲
[constexpr] quint8 QRgbaFloat::blue8() const▲
Returns the blue color component as an 8-bit.
[constexpr] quint16 QRgbaFloat::blue16() const▲
Returns the blue color component as a 16-bit integer.
[constexpr] QRgbaFloat::FastType QRgbaFloat::blue() const▲
[constexpr] QRgbaFloat::FastType QRgbaFloat::blueNormalized() const▲
Returns the blue color component normalized to values between 0.0f and 1.0f.
See Also▲
See also setBlue()
[static constexpr] QRgbaFloat<T> QRgbaFloat::fromArgb32(uint rgb)▲
Constructs a QRgbaFloat value from the 32bit ARGB value rgb.
See Also▲
[static constexpr] QRgbaFloat<T> QRgbaFloat::fromRgba64(quint16 red, quint16 green, quint16 blue, quint16 alpha)▲
Constructs a QRgbaFloat value from the four 16-bit integer color channels red, green, blue and alpha.
See Also▲
See also fromRgba()
[static constexpr] QRgbaFloat<T> QRgbaFloat::fromRgba(quint8 red, quint8 green, quint8 blue, quint8 alpha)▲
Constructs a QRgbaFloat value from the four 8-bit color channels red, green, blue and alpha.
See Also▲
See also fromArgb32()
[constexpr] quint8 QRgbaFloat::green8() const▲
Returns the green color component as an 8-bit.
[constexpr] quint16 QRgbaFloat::green16() const▲
Returns the green color component as a 16-bit integer.
[constexpr] QRgbaFloat::FastType QRgbaFloat::green() const▲
[constexpr] QRgbaFloat::FastType QRgbaFloat::greenNormalized() const▲
Returns the green color component normalized to values between 0.0f and 1.0f.
See Also▲
See also setGreen()
[constexpr] bool QRgbaFloat::isOpaque() const▲
[constexpr] bool QRgbaFloat::isTransparent() const▲
[constexpr] QRgbaFloat<T> QRgbaFloat::premultiplied() const▲
[constexpr] quint8 QRgbaFloat::red8() const▲
Returns the red color component as an 8-bit.
[constexpr] quint16 QRgbaFloat::red16() const▲
Returns the red color component as a 16-bit integer.
[constexpr] QRgbaFloat::FastType QRgbaFloat::red() const▲
[constexpr] QRgbaFloat::FastType QRgbaFloat::redNormalized() const▲
Returns the red color component normalized to values between 0.0f and 1.0f.
See Also▲
See also setRed()