GimpUi.ColorScale.set_color

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

Changes the color value of the self.

self

a GimpUi.ColorScale widget

color

the new color.