Uses of Enum
io.qt.gui.rhi.QRhiGraphicsPipeline.BlendOp
Packages that use QRhiGraphicsPipeline.BlendOp
-
Uses of QRhiGraphicsPipeline.BlendOp in io.qt.gui.rhi
Methods in io.qt.gui.rhi that return QRhiGraphicsPipeline.BlendOpModifier and TypeMethodDescriptionQRhiGraphicsPipeline.TargetBlend.getOpAlpha()
Kotlin property getter.QRhiGraphicsPipeline.TargetBlend.getOpColor()
Kotlin property getter.QRhiGraphicsPipeline.TargetBlend.opAlpha()
QRhiGraphicsPipeline.TargetBlend.opColor()
static QRhiGraphicsPipeline.BlendOp
QRhiGraphicsPipeline.BlendOp.resolve
(int value) Returns the corresponding enum entry for the given value.static QRhiGraphicsPipeline.BlendOp
Returns the enum constant of this type with the specified name.static QRhiGraphicsPipeline.BlendOp[]
QRhiGraphicsPipeline.BlendOp.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.BlendOpModifier and TypeMethodDescriptionfinal void
QRhiGraphicsPipeline.TargetBlend.setOpAlpha
(QRhiGraphicsPipeline.BlendOp opAlpha) final void
QRhiGraphicsPipeline.TargetBlend.setOpColor
(QRhiGraphicsPipeline.BlendOp opColor)