GimpUi.ColorButton.prototype.set_update

function set_update(continuous: Boolean): void {
    // Gjs wrapper for gimp_color_button_set_update()
}
  

When set to true, the button will emit the "color-changed" continuously while the color is changed in the color selection dialog.

continuous

The new setting of the @continuous_update property.