Uses of Enum
io.qt.gui.rhi.QRhiGraphicsPipeline.ColorMaskComponent
Packages that use QRhiGraphicsPipeline.ColorMaskComponent
-
Uses of QRhiGraphicsPipeline.ColorMaskComponent in io.qt.gui.rhi
Methods in io.qt.gui.rhi that return QRhiGraphicsPipeline.ColorMaskComponentModifier and TypeMethodDescriptionQRhiGraphicsPipeline.ColorMask.flags()
Returns an array of flag objects represented by this ColorMask.QRhiGraphicsPipeline.ColorMaskComponent.resolve
(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.QRhiGraphicsPipeline.ColorMaskComponent.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.gui.rhi with parameters of type QRhiGraphicsPipeline.ColorMaskComponentModifier and TypeMethodDescriptionQRhiGraphicsPipeline.ColorMaskComponent.cleared
(QRhiGraphicsPipeline.ColorMaskComponent e) Excludes other enum entry from a flag of this entry.QRhiGraphicsPipeline.ColorMask.combined
(QRhiGraphicsPipeline.ColorMaskComponent e) Combines this flags with enum entry.QRhiGraphicsPipeline.ColorMaskComponent.combined
(QRhiGraphicsPipeline.ColorMaskComponent e) Combines this entry with other enum entry.QRhiGraphicsPipeline.ColorMaskComponent.flags
(QRhiGraphicsPipeline.ColorMaskComponent ... values) Creates a newQRhiGraphicsPipeline.ColorMask
from the entries.final void
QRhiGraphicsPipeline.TargetBlend.setColorWrite
(QRhiGraphicsPipeline.ColorMaskComponent ... colorWrite) Overloaded function forQRhiGraphicsPipeline.TargetBlend.setColorWrite(io.qt.gui.rhi.QRhiGraphicsPipeline.ColorMask)
.QRhiGraphicsPipeline.ColorMask.setFlag
(QRhiGraphicsPipeline.ColorMaskComponent e) Sets the flage
QRhiGraphicsPipeline.ColorMask.setFlag
(QRhiGraphicsPipeline.ColorMaskComponent e, boolean on) Sets or clears the flagflag
Constructors in io.qt.gui.rhi with parameters of type QRhiGraphicsPipeline.ColorMaskComponentModifierConstructorDescriptionCreates a new ColorMask where the flags inargs
are set.