Gimp.DrawableFilter.prototype.set_visible

function set_visible(visible: Boolean): Boolean {
    // Gjs wrapper for gimp_drawable_filter_set_visible()
}
  

Set the visibility of the specified filter.

This procedure sets the specified filter's visibility. The drawable won't be immediately rendered. Use [method@Gimp.Drawable.update] to trigger an update.

Since 3.0

visible

The new filter visibility.

Returns

TRUE on success.