GimpUi.PickButton::color-picked

connect('color-picked', function (pickButton, color: Gimp.RGB, ): void);
  

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

pickButton

instance of GimpUi.PickButton that is emitting the signal

color

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