Uses of Class
io.qt.gui.rhi.QRhiGraphicsPipeline.ColorMask
Packages that use QRhiGraphicsPipeline.ColorMask
-
Uses of QRhiGraphicsPipeline.ColorMask in io.qt.gui.rhi
Methods in io.qt.gui.rhi that return QRhiGraphicsPipeline.ColorMaskModifier and TypeMethodDescriptionQRhiGraphicsPipeline.ColorMaskComponent.asFlags()Create a QFlags of the enum entry.QRhiGraphicsPipeline.ColorMaskComponent.cleared(QRhiGraphicsPipeline.ColorMaskComponent e) Excludes other enum entry from a flag of this entry.QRhiGraphicsPipeline.ColorMask.clone()Clones the flagsQRhiGraphicsPipeline.TargetBlend.colorWrite()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.ColorMaskfrom the entries.QRhiGraphicsPipeline.ColorMask.setFlag(QRhiGraphicsPipeline.ColorMaskComponent e) Sets the flageQRhiGraphicsPipeline.ColorMask.setFlag(QRhiGraphicsPipeline.ColorMaskComponent e, boolean on) Sets or clears the flagflagMethods in io.qt.gui.rhi with parameters of type QRhiGraphicsPipeline.ColorMaskModifier and TypeMethodDescriptionfinal intQRhiGraphicsPipeline.ColorMask.compareTo(QRhiGraphicsPipeline.ColorMask other) final voidQRhiGraphicsPipeline.TargetBlend.setColorWrite(QRhiGraphicsPipeline.ColorMask colorWrite) Constructors in io.qt.gui.rhi with parameters of type QRhiGraphicsPipeline.ColorMaskModifierConstructorDescriptionTargetBlend(QRhiGraphicsPipeline.ColorMask colorWrite, boolean enable, QRhiGraphicsPipeline.BlendFactor srcColor, QRhiGraphicsPipeline.BlendFactor dstColor, QRhiGraphicsPipeline.BlendOp opColor, QRhiGraphicsPipeline.BlendFactor srcAlpha, QRhiGraphicsPipeline.BlendFactor dstAlpha, QRhiGraphicsPipeline.BlendOp opAlpha) SeeQRhiGraphicsPipeline::TargetBlend::TargetBlend{QRhiGraphicsPipeline::ColorMask, bool, QRhiGraphicsPipeline::BlendFactor, QRhiGraphicsPipeline::BlendFactor, QRhiGraphicsPipeline::BlendOp, QRhiGraphicsPipeline::BlendFactor, QRhiGraphicsPipeline::BlendFactor, QRhiGraphicsPipeline::BlendOp}