java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.gui.QRgba64
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QRgba64 extends QtObject implements Cloneable
Struct contains a 64-bit RGB color
Java wrapper for Qt class QRgba64
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QRgba64()
protected
QRgba64(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description short
alpha()
byte
alpha8()
short
blue()
byte
blue8()
QRgba64
clone()
static QRgba64
fromArgb32(int rgb)
static QRgba64
fromRgba(byte red, byte green, byte blue, byte alpha)
static QRgba64
fromRgba64(long c)
static QRgba64
fromRgba64(short red, short green, short blue, short alpha)
short
green()
byte
green8()
boolean
isOpaque()
boolean
isTransparent()
QRgba64
premultiplied()
short
red()
byte
red8()
void
setAlpha(short _alpha)
void
setBlue(short _blue)
void
setGreen(short _green)
void
setRed(short _red)
int
toArgb32()
short
toRgb16()
long
toRgba64()
QRgba64
unpremultiplied()