Lerp#

Lerp node

Inputs#

A (FLCHColor)
B (FLCHColor)
Alpha (float)

Output#

LCHColor

Behaviour#

Linearly interpolates luminosity, chroma, hue, and transparency from A to B using alpha as the interpolation value.
This interpolation happens in the OKLch Color space since both colors are LCHColors and produces different results from directly Lerping between LinearColor values.