Uses of Class
io.qt.gui.QColor.Spec
Package | Description |
---|---|
io.qt.gui |
-
Uses of QColor.Spec in io.qt.gui
Methods in io.qt.gui that return QColor.Spec Modifier and Type Method Description static QColor.Spec
QColor.Spec. resolve(int value)
Returns the corresponding enum entry for the given value.QColor.Spec
QColor. spec()
static QColor.Spec
QColor.Spec. valueOf(String name)
Returns the enum constant of this type with the specified name.static QColor.Spec[]
QColor.Spec. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.gui with parameters of type QColor.Spec Modifier and Type Method Description QColor
QColor. convertTo(QColor.Spec colorSpec)
Constructors in io.qt.gui with parameters of type QColor.Spec Constructor Description QColor(QColor.Spec spec, short a1, short a2, short a3, short a4)
Overloaded constructor forQColor(io.qt.gui.QColor.Spec, short, short, short, short, short)
witha5 = 0
.QColor(QColor.Spec spec, short a1, short a2, short a3, short a4, short a5)