interpolateLab
fun interpolateLab(type: Expression<InterpolationValue>, input: Expression<FloatValue>, vararg stops: Pair<Number, Expression<ColorValue>>): Expression<ColorValue>(source)
Produces continuous, smooth results by interpolating between pairs of input and output values (stops), given the input value. Works like interpolate, but the interpolation is performed in the CIELAB color space.
Requires the type of interpolation to use. Use linear, exponential, or cubicBezier.