Updated this page slightly, fixed name of node visual, added warning note about this node. |
m YoshBot moved page ProtoFlux:Value Clamp to ProtoFlux:ValueClamp: Automated: removing spaces from ProtoFlux namespace |
(No difference)
|
Latest revision as of 00:40, 21 August 2025
Clamp
Math
The ValueClamp node will force a value to stay within the defined Min and Max.
Inputs
Value (Pseudo-generic)
The value to clamp.
Min (Pseudo-generic)
The forced minimum value for the input.
Max (Pseudo-generic)
The forced maximum value for the input.
Outputs
* (Pseudo-generic)
Returns the result.