GimpUi.PickButton::color-picked

def callback(pick_button, color, user_param1, ...)
  

This signal is emitted when the user has picked a color.

user_param1

pick_button

instance of GimpUi.PickButton that is emitting the signal

color

pointer to a Gimp.RGB structure that holds the picked color

...

additional user parameters (if any)