Gimp.DrawableFilter.prototype.delete
function delete(): Boolean {
// Gjs wrapper for gimp_drawable_filter_delete()
}
Delete a drawable filter.
This procedure deletes the specified filter. This must not be done if the drawable whose this filter was applied to was already deleted or if the drawable was already removed from the image. Do not use anymore the filter object after having deleted it.
Since 3.0
- Returns
TRUE on success.