Houdini 20.5 Nodes Copernicus nodes

Remap Copernicus node

Remaps a layer.

On this page

This node remaps a layer from an original range to a new range.

Parameters

Signature

The layer type that the source accepts.

See Signatures for more information.

Mask

The amount of the new value to mix in with the original value. Higher values mix in more of the new value. Lower values mix in less of the new value. You can also set the RGBA channels to which you apply the effects of this node.

The default value is 1, which means this node uses only the new value. See Mask for more information.

Toggle RGB

Turns the Red, Green, and Blue channels on and off.

Red (default)

Applies this node’s effects to the Red channel.

Green (default)

Applies this node’s effects to the Green channel.

Blue (default)

Applies this node’s effects to the Blue channel.

Alpha (default)

Applies this node’s effects to the Alpha channel.

Operation

The method used to remap the layer.

Remap

Remap the layer from an input range to an output range.

Threshold

Remap the layer based on a threshold and a width to an output range. The threshold is equal to the midpoint.

Any values above 0.5 become 1 and any values below 0.5 become 0 if Threshold When is Greater, Threshold is 0.5, Width is 0, and the output is (0,1).

Input Min

When Operation is Remap, values lesser than or equal to this value are remapped to be Output Min.

Input Max

When Operation is Remap, values greater than or equal to this value are remapped to be Output Max.

Threhold When

When Operation is Threshold, this determines whether to remap values that're higher than, lower than, or equal to the threshold.

Greater

Remap values greater than the threshold to the higher end of the output range.

Greater or Equal

Remap values greater than or equal to the threshold to the higher end of the output range.

Less

Remap values lesser than the threshold to the higher end of the output range.

Less or Equal

Remap values lesser than or equal to the threshold to the higher end of the output range.

Threshold

When Operation is Threshold, this is the value of the input range that maps to the midpoint of the output range.

A Threshold of 0.5 with a Width of 0.0 represents an input range of (0.5,0.5).

Width

When Operation is Threshold, this is the range on both sides of the threshold that determines the input minimum and maximum.

A Threshold of 0.5 with a Width of 0.2 represents an input range of (0.4,0.6).

Output Min

The lower end of the output range.

Output Max

The higher end of the output range.

Outside Range

When Operation is Remap, this determines how to treat values outside of the input range (Input Min and Input Max).

Clamp at End

Values outside of the input range clamp within the input range.

Repeat

Values outside of the input range loop through the input range.

Extend

Values outside of the input range extend the output range.

Ramp

A mono ramp that shapes the remapped output.

See Ramp parameters for more information.

Inputs

source

The original layer to remap.

ramp

An optional per-pixel remap ramp for the input, which overrides the Ramp parameter.

mask

An optional per-pixel mask amount that’s scaled by the Mask parameter.

Outputs

remap

The remapped source layer.

Copernicus nodes