GimpUi.ColorSelector.prototype.set_toggles_sensitive

function set_toggles_sensitive(sensitive: Boolean): void {
    // Gjs wrapper for gimp_color_selector_set_toggles_sensitive()
}
  

Sets the sensitive property of the selector's toggles.

This function has no effect if this selector instance has no toggles to switch channels.

sensitive

The new sensitive setting.