GimpUi.ColorButton.set_color

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

Sets the self to the given color.

self

Pointer to a GimpUi.ColorButton.

color

A new [class@Gegl.Color].