GimpUi.ColorButton.has_alpha

@accepts(GimpUi.ColorButton)
@returns(bool)
def has_alpha(self):
    # Python wrapper for gimp_color_button_has_alpha()
  

Checks whether the @buttons shows transparency information.

self

Pointer to a GimpUi.ColorButton.

Returns