Uses of Class
io.qt.quick.QSGMaterialRhiShader.GraphicsPipelineState.ColorMaskComponent
Package | Description |
---|---|
io.qt.quick |
-
Uses of QSGMaterialRhiShader.GraphicsPipelineState.ColorMaskComponent in io.qt.quick
Methods in io.qt.quick that return QSGMaterialRhiShader.GraphicsPipelineState.ColorMaskComponent Modifier and Type Method Description QSGMaterialRhiShader.GraphicsPipelineState.ColorMaskComponent[]
QSGMaterialRhiShader.GraphicsPipelineState.ColorMask. flags()
Returns an array of flag objects represented by this ColorMask.static QSGMaterialRhiShader.GraphicsPipelineState.ColorMaskComponent
QSGMaterialRhiShader.GraphicsPipelineState.ColorMaskComponent. resolve(int value)
Returns the corresponding enum entry for the given value.static QSGMaterialRhiShader.GraphicsPipelineState.ColorMaskComponent
QSGMaterialRhiShader.GraphicsPipelineState.ColorMaskComponent. valueOf(String name)
Returns the enum constant of this type with the specified name.static QSGMaterialRhiShader.GraphicsPipelineState.ColorMaskComponent[]
QSGMaterialRhiShader.GraphicsPipelineState.ColorMaskComponent. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.qt.quick with parameters of type QSGMaterialRhiShader.GraphicsPipelineState.ColorMaskComponent Constructor Description ColorMask(QSGMaterialRhiShader.GraphicsPipelineState.ColorMaskComponent... args)
Creates a new ColorMask where the flags inargs
are set.