GimpUi.ColorArea.has_alpha

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

Checks whether the self shows transparency information. This is determined via the self's GimpUi.ColorAreaType.

self

Pointer to a GimpUi.ColorArea.

Returns