Clamps the input to the specified range with ease-in and ease-out.
Category: Basic
Output Ports: Result
Value
The input value to clamp.
Limit1
One limit of the range to clamp values to.
Limit1 Softness
The ease-in of the result as the input value approaches Limit1. When this value is 0.0, the result becomes clamped abruptly
when the input value is outside the limits.
Limit2
The other limit of the range to clamp values to.
Limit2 Softness
The ease-in of the result as the input value approaches Limit2. When this value is 0.0, the result becomes clamped abruptly
when the input value is outside the limits.