Gimp.DrawableFilter.set_blend_mode
@accepts(Gimp.DrawableFilter, Gimp.LayerMode)
@returns(none)
def set_blend_mode(self, mode):
# Python wrapper for gimp_drawable_filter_set_blend_mode()
This procedure sets the blend mode of self.
The change is not synced immediately with the core application. Use [method@Gimp.Drawable.update] to trigger an actual update.
Since 3.0
- self
The drawable's filter.
- mode
blend mode.