Gimp.Layer.get_composite_space

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

Get the composite space of the specified layer.

This procedure returns the specified layer's composite space.

Since 2.10

self

The layer.

Returns