Houdini 20.5 Nodes Copernicus nodes

Channel Split Copernicus node

Divides a layer’s channels into Mono layers.

On this page

This node splits the input layer into individual Mono layers. You can use this node to independently process channels and then recombine them using the Channel Join node.

Instead of using the Channel Split and Channel Join nodes together, you can use the Channel Swap node to exchange channels in a multichannel layer. The Channel Swap node has higher efficiency and is useful in less complex workflows.

You can also use Channel Extract instead of this node if you want a single channel. Channel Extract is similar to Channel Split, but provides a cleaner network since it has one output.

Inputs

rgba

The layer to split. The standard channel extension rules create the channels that aren’t in this layer.

Outputs

red

The first, or red, channel of the input as a single Mono layer.

green

The second, or green, channel of the input as a single Mono layer.

blue

The third, or blue, channel of the input as a single Mono layer.

alpha

The fourth, or alpha, channel of the input as a single Mono layer.

See also

Copernicus nodes