Lerp#

Inputs#
A (FLCHColor)B (FLCHColor)Alpha (float)Output#
LCHColorBehaviour#
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.