Max Node

Access: NodesMathMax

The Max node outputs the largest component values from two input sources. In this example, the largest color values shown in bold from inputs A and B are output from the Max node.

Input A = (0.8, 0.3, 0.0, 1.0)

Input B = (0.4, 0.7, 0.4, 1.0)

Output = (0.8, 0.7, 0.4, 1.0)

Max Node Inputs

A

The first set of values from which the largest value per component is taken.

B

The second set of values from which the largest value per component is taken.

Max Node Outputs

Output

The largest values from a combination of the A and B inputs.

Max Node Properties

Default Input A

slider

Sets the default value to use if nothing is connected to the A input.

Default Input B

slider

Sets the default value to use if nothing is connected to the B input.

Related Nodes

Min Node