GimpUi.ColorSelector.set_show_alpha
@accepts(GimpUi.ColorSelector, bool)
@returns(none)
def set_show_alpha(self, show_alpha):
# Python wrapper for gimp_color_selector_set_show_alpha()
Sets the show_alpha property of the self widget.
- self
A GimpUi.ColorSelector widget.
- show_alpha
The new show_alpha setting.