Gimp.Layer.prototype.set_composite_space
function set_composite_space(composite_space: Gimp.LayerColorSpace): Boolean {
// Gjs wrapper for gimp_layer_set_composite_space()
}
Set the composite space of the specified layer.
This procedure sets the specified layer's composite space.
Since 2.10
- composite_space
The new layer composite space.
- Returns
TRUE on success.