Uses of Class
io.qt.quick.QSGMaterialShader.GraphicsPipelineState.BlendFactor
Package | Description |
---|---|
io.qt.quick |
-
Uses of QSGMaterialShader.GraphicsPipelineState.BlendFactor in io.qt.quick
Methods in io.qt.quick that return QSGMaterialShader.GraphicsPipelineState.BlendFactor Modifier and Type Method Description QSGMaterialShader.GraphicsPipelineState.BlendFactor
QSGMaterialShader.GraphicsPipelineState. dstColor()
static QSGMaterialShader.GraphicsPipelineState.BlendFactor
QSGMaterialShader.GraphicsPipelineState.BlendFactor. resolve(int value)
Returns the corresponding enum entry for the given value.QSGMaterialShader.GraphicsPipelineState.BlendFactor
QSGMaterialShader.GraphicsPipelineState. srcColor()
static QSGMaterialShader.GraphicsPipelineState.BlendFactor
QSGMaterialShader.GraphicsPipelineState.BlendFactor. valueOf(String name)
Returns the enum constant of this type with the specified name.static QSGMaterialShader.GraphicsPipelineState.BlendFactor[]
QSGMaterialShader.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 QSGMaterialShader.GraphicsPipelineState.BlendFactor Modifier and Type Method Description void
QSGMaterialShader.GraphicsPipelineState. setDstColor(QSGMaterialShader.GraphicsPipelineState.BlendFactor dstColor)
void
QSGMaterialShader.GraphicsPipelineState. setSrcColor(QSGMaterialShader.GraphicsPipelineState.BlendFactor srcColor)