Uses of Enum
io.qt.quick.QSGMaterialShader.GraphicsPipelineState.ColorMaskComponent
Packages that use QSGMaterialShader.GraphicsPipelineState.ColorMaskComponent
-
Uses of QSGMaterialShader.GraphicsPipelineState.ColorMaskComponent in io.qt.quick
Methods in io.qt.quick that return QSGMaterialShader.GraphicsPipelineState.ColorMaskComponentModifier and TypeMethodDescriptionQSGMaterialShader.GraphicsPipelineState.ColorMask.flags()
Returns an array of flag objects represented by this ColorMask.QSGMaterialShader.GraphicsPipelineState.ColorMaskComponent.resolve
(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.QSGMaterialShader.GraphicsPipelineState.ColorMaskComponent.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.ColorMaskComponentModifier and TypeMethodDescriptionQSGMaterialShader.GraphicsPipelineState.ColorMask.combined
(QSGMaterialShader.GraphicsPipelineState.ColorMaskComponent e) Combines this flags with enum entry.QSGMaterialShader.GraphicsPipelineState.ColorMaskComponent.combined
(QSGMaterialShader.GraphicsPipelineState.ColorMaskComponent e) Combines this entry with other enum entry.QSGMaterialShader.GraphicsPipelineState.ColorMaskComponent.flags
(QSGMaterialShader.GraphicsPipelineState.ColorMaskComponent... values) Creates a newQSGMaterialShader.GraphicsPipelineState.ColorMask
from the entries.final void
QSGMaterialShader.GraphicsPipelineState.setColorWrite
(QSGMaterialShader.GraphicsPipelineState.ColorMaskComponent... colorWrite) QSGMaterialShader.GraphicsPipelineState.ColorMask.setFlag
(QSGMaterialShader.GraphicsPipelineState.ColorMaskComponent e) Sets the flage
QSGMaterialShader.GraphicsPipelineState.ColorMask.setFlag
(QSGMaterialShader.GraphicsPipelineState.ColorMaskComponent e, boolean on) Sets or clears the flagflag
Constructors in io.qt.quick with parameters of type QSGMaterialShader.GraphicsPipelineState.ColorMaskComponentModifierConstructorDescriptionCreates a new ColorMask where the flags inargs
are set.