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.ColorMaskComponent.cleared(QSGMaterialRhiShader.GraphicsPipelineState.ColorMaskComponent e) Excludes other enum entry from a flag of this entry.QSGMaterialRhiShader.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.ColorMaskfrom the entries.final voidQSGMaterialRhiShader.GraphicsPipelineState.setColorWrite(QSGMaterialRhiShader.GraphicsPipelineState.ColorMaskComponent ... colorWrite) QSGMaterialRhiShader.GraphicsPipelineState.ColorMask.setFlag(QSGMaterialRhiShader.GraphicsPipelineState.ColorMaskComponent e) Sets the flageQSGMaterialRhiShader.GraphicsPipelineState.ColorMask.setFlag(QSGMaterialRhiShader.GraphicsPipelineState.ColorMaskComponent e, boolean on) Sets or clears the flagflagConstructors in io.qt.quick with parameters of type QSGMaterialRhiShader.GraphicsPipelineState.ColorMaskComponentModifierConstructorDescriptionCreates a new ColorMask where the flags inargsare set.