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