Gimp.DrawableFilter.delete
@accepts(Gimp.DrawableFilter)
@returns(bool)
def delete(self):
# Python 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 self object after having deleted it.
Since 3.0
- self
The filter to delete.
- Returns