Gimp.Drawable.prototype.get_filters

function get_filters(): Array(Gimp.DrawableFilter) {
    // Gjs 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 drawable. The order of filters is from topmost to bottommost.

Since 3.0

Returns

The list of filters on the drawable. The returned value must be freed with g_free().