-
QSGMaterialRhiShader.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.
QSGMaterialRhiShader.GraphicsPipelineState.ColorMaskComponent.valueOf(String name)
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.
Excludes other enum entry from a flag of this entry.
Combines this flags with enum entry.
Combines this entry with other enum entry.
final void
Sets or clears the flag flag
Creates a new ColorMask where the flags in args
are set.