GimpUi.ColorButton.set_color

@accepts(GimpUi.ColorButton, Gimp.RGB)
@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

Pointer to the new Gimp.RGB color.