GimpUi.ColorSelector.set_color

@accepts(GimpUi.ColorSelector, Gegl.Color)
@returns(none)
def set_color(self, color):
    # Python wrapper for gimp_color_selector_set_color()
  

Sets the color shown in the self widget.

self

A GimpUi.ColorSelector widget.

color

The new color.