Min Node
Access: Nodes > Math > Min
The Min node outputs the smallest component values from two input sources. In this example, the smallest color values shown in bold from inputs A and B are output from the Min node.
Input A = (0.8, 0.3, 0.0, 1.0) |
|
Input B = (0.4, 0.7, 0.4, 1.0) |
|
Output = (0.4, 0.3, 0.0, 1.0) |
|
Min Node Inputs
A |
The first set of values from which the smallest value per component is taken. |
B |
The second set of values from which the smallest value per component is taken. |
Min Node Outputs
Output |
The smallest values from a combination of the A and B inputs. |
Min 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
• Max Node