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