Houdini 20.5 Nodes Copernicus nodes

RGBA to RGB Copernicus node

Converts RBGBA layers to RGB.

On this page

This operations splits an RGBA layer into an RGB layer and a Mono layer, the latter containing the alpha.

Parameters

Remove Premultiplied Alpha

RGBA layers are usually premultiplied in Houdini; so this undoes the premultiplication to give you the unassociated RGB layer. Turning this off will just directly split the RGB and Alpha channels.

Inputs

rgba

An RGBA layer to split.

Outputs

rgb

The RGB components, possibly unpremultiplied by alpha.

alpha

A Mono layer of the alpha comnponent.

See also

Copernicus nodes