Gimp.Drawable.get_filters

@accepts(Gimp.Drawable)
@returns([Gimp.DrawableFilter])
def get_filters(self):
    # Python wrapper for gimp_drawable_get_filters()
  

Returns the list of filters applied to the drawable.

This procedure returns the list of filters which are currently applied non-destructively to self. The order of filters is from topmost to bottommost.

Since 3.0

self

The drawable.

Returns