GimpUi.ColorSelector.prototype.set_model_visible
function set_model_visible(model: GimpUi.ColorSelectorModel, visible: Boolean): void {
// Gjs wrapper for gimp_color_selector_set_model_visible()
}
Sets the model visible/invisible on the selector widget.
Toggles visibility of displayed models if this selector instance has the ability to show different color models.
Since 2.10
- model
The affected GimpUi.ColorSelectorModel.
- visible
The new visible setting.