Gimp.Drawable.get_shadow_buffer

@accepts(Gimp.Drawable)
@returns(Gegl.Buffer)
def get_shadow_buffer(self):
    # Python wrapper for gimp_drawable_get_shadow_buffer()
  

Returns a Gegl.Buffer of a specified drawable's shadow tiles. The buffer can be used like any other GEGL buffer. Its data will we synced back with the core drawable's shadow tiles when the buffer gets destroyed, or when gegl_buffer_flush() is called.

Since 2.10

self

the ID of the Gimp.Drawable to get the buffer for.

Returns