GimpUi.ColorSelection.set_old_color

@accepts(GimpUi.ColorSelection, Gimp.RGB)
@returns(none)
def set_old_color(self, color):
    # Python wrapper for gimp_color_selection_set_old_color()
  

Sets the GimpUi.ColorSelection's old color.

self

A GimpUi.ColorSelection widget.

color

The color to set as old color.