Lerp Node
Description
This node is used to blend (linear interpolation) between two input values or colors A and B depending on the Coefficient.
- if Coefficient = 0 the node outputs A value
- if Coefficient = 0.5 the node outputs a halfway blend between between A and B
- if Coefficient = 1 the node outputs B value
- for all other Coefficient values the node outputs a linear blend of A and B
Last update:
2021-12-13
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)