Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Basic » Integer » LerpIntegers

LerpIntegers


Module: FoundationLite

Linearly interpolates between two integers.

Name Type Range Description
Input value inInteger0 Integer
Input value inInteger1 Integer
Input value inLambda Real - - Interpolation between the input integers where 0.0 value is equal to inInteger0 and 1.0 to inInteger1
Output value outInteger Integer

Remarks

Please note that:
  • interpolation begins at inInteger0,
  • for positive inLambda values interpolation is performed in the direction of inInteger1 while for negative -inInteger1.

Complexity Level

This filter is available on Basic Complexity Level.