Houdini 21.0 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 or vdb to split. The standard channel extension rules create the channels that aren’t in this layer or vdb.

Outputs

red

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

green

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

blue

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

alpha

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

See also

Copernicus nodes