GimpUi.ColorSelector::set_color

@accepts(GimpUi.ColorSelector, Gimp.RGB, Gimp.HSV)
@returns(none)
def do_set_color(selector, rgb, hsv):
  

Sets the color shown in the self widget.

selector

A GimpUi.ColorSelector widget.

rgb

The new color.

hsv

The same color in HSV.