GimpUi.ColorSelector.get_color

@accepts(GimpUi.ColorSelector)
@returns(Gegl.Color)
def get_color(self):
    # Python wrapper for gimp_color_selector_get_color()
  

Retrieves the color shown in the self widget.

Since 2.10

self

A GimpUi.ColorSelector widget.

Returns