GimpUi.ColorSelection.get_color
@accepts(GimpUi.ColorSelection, Gimp.RGB)
@returns(none)
def get_color(self, color):
# Python wrapper for gimp_color_selection_get_color()
This function returns the GimpUi.ColorSelection's current color.
- self
A GimpUi.ColorSelection widget.
- color
Return location for the self's current color.