Color Linear Interpolation

%


How does this work?

First, both colors are converted to L*ab colorspace, which is considered more akin to the human vision than the standard sRGB colorspace. Then, a Linear Interpolation is performed on the colors, with the delta value provided by the user used as the alpha value to calculate the result.