Uses of Enum
io.qt.core.Qt.MaskMode
-
Uses of Qt.MaskMode in io.qt.core
Modifier and TypeMethodDescriptionstatic Qt.MaskMode
Qt.MaskMode.resolve
(int value) Returns the corresponding enum entry for the given value.static Qt.MaskMode
Returns the enum constant of this type with the specified name.static Qt.MaskMode[]
Qt.MaskMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Qt.MaskMode in io.qt.gui
Modifier and TypeMethodDescriptionfinal QImage
QImage.createMaskFromColor
(int color, Qt.MaskMode mode) final QBitmap
QPixmap.createMaskFromColor
(Qt.GlobalColor maskColor, Qt.MaskMode mode) Overloaded function forQPixmap.createMaskFromColor(io.qt.gui.QColor, io.qt.core.Qt.MaskMode)
.final QBitmap
QPixmap.createMaskFromColor
(QColor maskColor, Qt.MaskMode mode) final QBitmap
QPixmap.createMaskFromColor
(QRgba64 maskColor, Qt.MaskMode mode) Overloaded function forQPixmap.createMaskFromColor(io.qt.gui.QColor, io.qt.core.Qt.MaskMode)
.final QBitmap
QPixmap.createMaskFromColor
(String maskColor, Qt.MaskMode mode) Overloaded function forQPixmap.createMaskFromColor(io.qt.gui.QColor, io.qt.core.Qt.MaskMode)
.