[ Version ( since = "3.0" ) ]
public void append_filter (DrawableFilter filter)
This procedure appends the specified drawable effect at the top of the effect list of this.
The this argument must be the same as the one used when you created the effect with [ ctor@Gimp.DrawableFilter.new]. Some effects may be slower than others to render. In order to minimize processing time, it is preferred to customize the operation's arguments as received with [method@Gimp.DrawableFilter.get_config] before adding the effect.
| this |
The drawable. |
| filter |
The drawable filter to append. |