Uses of Class
io.qt.gui.QColor.NameFormat
Package | Description |
---|---|
io.qt.gui |
-
Uses of QColor.NameFormat in io.qt.gui
Methods in io.qt.gui that return QColor.NameFormat Modifier and Type Method Description static QColor.NameFormat
QColor.NameFormat. resolve(int value)
Returns the corresponding enum entry for the given value.static QColor.NameFormat
QColor.NameFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static QColor.NameFormat[]
QColor.NameFormat. 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.NameFormat Modifier and Type Method Description String
QColor. name(QColor.NameFormat format)