Gimp.Layer.set_blend_space

@accepts(Gimp.Layer, Gimp.LayerColorSpace)
@returns(bool)
def set_blend_space(self, blend_space):
    # Python wrapper for gimp_layer_set_blend_space()
  

Set the blend space of the specified layer.

This procedure sets the specified layer's blend space.

Since 2.10

self

The layer.

blend_space

The new layer blend space.

Returns