Gimp.Layer.set_mode
@accepts(Gimp.Layer, Gimp.LayerMode)
@returns(bool)
def set_mode(self, mode):
# Python wrapper for gimp_layer_set_mode()
Set the combination mode of the specified layer.
This procedure sets the specified layer's combination mode.
- self
The layer.
- mode
The new layer combination mode.
- Returns