ProtoFlux:Value Clamp

From Resonite Wiki
Revision as of 19:58, 27 May 2024 by Decoy (talk | contribs) (Added flux node and rudimentary explanations.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Remap
Value
*
Min
Max
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.