Gimp.Layer.get_blend_space

@accepts(Gimp.Layer)
@returns(Gimp.LayerColorSpace)
def get_blend_space(self):
    # Python wrapper for gimp_layer_get_blend_space()
  

Get the blend space of the specified layer.

This procedure returns the specified layer's blend space.

Since 2.10

self

The layer.

Returns