Uses of Class
io.qt.gui.QRgba64
-
Uses of QRgba64 in io.qt.gui
Methods in io.qt.gui that return QRgba64 Modifier and Type Method Description QRgba64
QRgba64. clone()
static QRgba64
QRgba64. fromArgb32(int rgb)
static QRgba64
QRgba64. fromRgba(byte red, byte green, byte blue, byte alpha)
static QRgba64
QRgba64. fromRgba64(long c)
static QRgba64
QRgba64. fromRgba64(short red, short green, short blue, short alpha)
QRgba64
QColorTransform. map(QRgba64 rgba64)
QRgba64
QRgba64. premultiplied()
QRgba64
QColor. rgba64()
QRgba64
QRgba64. unpremultiplied()
Methods in io.qt.gui with parameters of type QRgba64 Modifier and Type Method Description static QColor
QColor. fromRgba64(QRgba64 rgba)
QRgba64
QColorTransform. map(QRgba64 rgba64)
void
QColor. setRgba64(QRgba64 rgba)