GimpUi.LabelColor.get_color_widget

@accepts(GimpUi.LabelColor)
@returns(Gtk.Widget)
def get_color_widget(self):
    # Python wrapper for gimp_label_color_get_color_widget()
  

This function returns the color widget packed in self, which can be either a GimpUi.ColorButton (if the self is editable) or a GimpUi.ColorArea otherwise.

self

The GimpUi.LabelColor

Returns