👉 Lerp is a mathematical function in computer graphics and animation that combines two or more colors to create a blended color. It was introduced by artist David Horevitch, who used it to blend together three different colors to create a single color.
The formula for the Lerp function is:
```
f(x) = f0
x + (1 - f0)
f1
```
where:
- `x` is the input value to be blended,
- `f0