merge_filter


Description:

[ Version ( since = "3.0" ) ]
public void merge_filter (DrawableFilter filter)

This procedure applies the specified drawable effect on this and merge it (therefore before any non-destructive effects are computed).

The this argument must be the same as the one used when you created the effect with [ ctor@Gimp.DrawableFilter.new]. Once this is run, filter is not valid anymore and you should not try to do anything with it. In particular, you must customize the operation's arguments as received with [method@Gimp.DrawableFilter.get_config] or set the filter's opacity and blend mode before merging the effect.

Parameters:

this

The drawable.

filter

The drawable filter to merge.