Linear interpolates between two vectors.
Example:
color = VectorLerp(oldColor, newColor, timeElapsed / timeTotal)
* = mandatory