GimpUi.ColorSelector.get_show_alpha

@accepts(GimpUi.ColorSelector)
@returns(bool)
def get_show_alpha(self):
    # Python wrapper for gimp_color_selector_get_show_alpha()
  

Returns the self's @show_alpha property.

Since 2.10

self

A GimpUi.ColorSelector widget.

Returns