QRgba64

PyQt5.QtGui.QRgba64

Description

The QRgba64 struct contains a 64-bit RGB color.

QRgba64 is a 64-bit data-structure containing four 16-bit color channels: Red, green, blue and alpha.

QRgba64 can be used a replacement for QRgb when higher precision is needed. In particular a premultiplied QRgba64 can operate on unpremultiplied QRgb without loss of precision except for alpha 0.

See also

QRgb, QColor.

Methods

__init__()

TODO


__init__(QRgba64)

TODO


alpha() int

TODO


alpha8() int

TODO


blue() int

TODO


blue8() int

TODO


@staticmethod
fromArgb32(int) QRgba64

TODO


@staticmethod
fromRgba(int, int, int, int) QRgba64

TODO


@staticmethod
fromRgba64(int) QRgba64

TODO


@staticmethod
fromRgba64(int, int, int, int) QRgba64

TODO


green() int

TODO


green8() int

TODO


__int__() int

TODO


isOpaque() bool

TODO


isTransparent() bool

TODO


premultiplied() QRgba64

TODO


red() int

TODO


red8() int

TODO


setAlpha(int)

TODO


setBlue(int)

TODO


setGreen(int)

TODO


setRed(int)

TODO


toArgb32() int

TODO


toRgb16() int

TODO


unpremultiplied() QRgba64

TODO