Uses of Enum
io.qt.quick.QSGMaterialRhiShader.GraphicsPipelineState.BlendFactor
Packages that use QSGMaterialRhiShader.GraphicsPipelineState.BlendFactor
-
Uses of QSGMaterialRhiShader.GraphicsPipelineState.BlendFactor in io.qt.quick
Methods in io.qt.quick that return QSGMaterialRhiShader.GraphicsPipelineState.BlendFactorModifier and TypeMethodDescriptionQSGMaterialRhiShader.GraphicsPipelineState.dstColor()
QSGMaterialRhiShader.GraphicsPipelineState.BlendFactor.resolve
(int value) Returns the corresponding enum entry for the given value.QSGMaterialRhiShader.GraphicsPipelineState.srcColor()
Returns the enum constant of this type with the specified name.QSGMaterialRhiShader.GraphicsPipelineState.BlendFactor.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.quick with parameters of type QSGMaterialRhiShader.GraphicsPipelineState.BlendFactorModifier and TypeMethodDescriptionfinal void
QSGMaterialRhiShader.GraphicsPipelineState.setDstColor
(QSGMaterialRhiShader.GraphicsPipelineState.BlendFactor dstColor) final void
QSGMaterialRhiShader.GraphicsPipelineState.setSrcColor
(QSGMaterialRhiShader.GraphicsPipelineState.BlendFactor srcColor)