Back to FabImage Studio website
You are here: Start » Filter Reference » Real » LerpReals
Linearly interpolates between two reals.
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inReal0 | Real | ||
![]() |
inReal1 | Real | ||
![]() |
inLambda | Real | -![]() ![]() |
Interpolation between the input reals where 0.0 value is equal to inReal0 and 1.0 to inReal1 |
![]() |
outReal | Real |
Remarks
Please note that:
- interpolation begins at inReal0,
- for positive inLambda values interpolation is performed in the direction of inReal1 while for negative -inReal1.
Complexity Level
This filter is available on Basic Complexity Level.