GimpUi.ColorArea.get_color
@accepts(GimpUi.ColorArea, Gimp.RGB)
@returns(none)
def get_color(self, color):
# Python wrapper for gimp_color_area_get_color()
Retrieves the current color of the self.
- self
Pointer to a GimpUi.ColorArea.
- color
Pointer to a Gimp.RGB struct that is used to return the color.