Gimp.Drawable.merge_shadow

@accepts(Gimp.Drawable, bool)
@returns(bool)
def merge_shadow(self, undo):
    # Python wrapper for gimp_drawable_merge_shadow()
  

Merge the shadow buffer with the specified drawable.

This procedure combines the contents of the drawable's shadow buffer (for temporary processing) with the specified drawable. The 'undo' parameter specifies whether to add an undo step for the operation. Requesting no undo is useful for such applications as 'auto-apply'.

self

The drawable.

undo

Push merge to undo stack?

Returns