GimpUi.LabelColor.is_editable

@accepts(GimpUi.LabelColor)
@returns(bool)
def is_editable(self):
    # Python wrapper for gimp_label_color_is_editable()
  

This function tells whether the color widget allows to edit the color.

self

The #GtkLabelColor.

Returns