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