Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 901 Bytes

RemoveLayerSet.md

File metadata and controls

27 lines (17 loc) · 901 Bytes

RemoveLayerSet

!!! info ""

RemoveLayerSet provides a simple way to isolate [LayerSets](core.md#layersets) from multichannel streams

RemoveLayerSet

Knob reference

knob name type what it does
operation enumeration keep or remove
layer_set enumeration decides which LayerSet to use
keep_rgba bool if you want to keep rgba in all circumstances, enable this

Knob value detail

operation

math mode what it does
copy replaces the target layer with the additive combination of the LayerSet
add add the additive combination of the LayerSet to the target layer
remove subtract the additive combination of the LayerSet from the target layer