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()SeeQSGMaterialRhiShader::GraphicsPipelineState::dstColor QSGMaterialRhiShader.GraphicsPipelineState.BlendFactor.resolve(int value) Returns the corresponding enum entry for the given value.QSGMaterialRhiShader.GraphicsPipelineState.srcColor()SeeQSGMaterialRhiShader::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 voidQSGMaterialRhiShader.GraphicsPipelineState.setDstColor(QSGMaterialRhiShader.GraphicsPipelineState.BlendFactor dstColor) SeeQSGMaterialRhiShader::GraphicsPipelineState::dstColor final voidQSGMaterialRhiShader.GraphicsPipelineState.setSrcColor(QSGMaterialRhiShader.GraphicsPipelineState.BlendFactor srcColor) SeeQSGMaterialRhiShader::GraphicsPipelineState::srcColor