Gimp.Layer.get_mode

@accepts(Gimp.Layer)
@returns(Gimp.LayerMode)
def get_mode(self):
    # Python wrapper for gimp_layer_get_mode()
  

Get the combination mode of the specified layer.

This procedure returns the specified layer's combination mode.

self

The layer.

Returns