GimpUi.ColorButton.get_color

@accepts(GimpUi.ColorButton, Gimp.RGB)
@returns(none)
def get_color(self, color):
    # Python wrapper for gimp_color_button_get_color()
  

Retrieves the currently set color from the self.

self

Pointer to a GimpUi.ColorButton.

color

Pointer to a Gimp.RGB struct used to return the color.