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