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)