GimpUi.ColorSelection.reset
@accepts(GimpUi.ColorSelection)
@returns(none)
def reset(self):
# Python wrapper for gimp_color_selection_reset()
Sets the GimpUi.ColorSelection's current color to its old color.
- self
A GimpUi.ColorSelection widget.