GimpUi.LabelColor.get_value

@accepts(GimpUi.LabelColor, Gimp.RGB)
@returns(none)
def get_value(self, value):
    # Python wrapper for gimp_label_color_get_value()
  

This function returns the value shown by self.

self

The #GtkLabelColor.

value

The color to assign to the color area.