Gimp.Layer.prototype.set_blend_space
function set_blend_space(blend_space: Gimp.LayerColorSpace): Boolean {
// Gjs 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
- blend_space
The new layer blend space.
- Returns
TRUE on success.