cubicBezier
fun cubicBezier(x1: Expression<FloatValue>, y1: Expression<FloatValue>, x2: Expression<FloatValue>, y2: Expression<FloatValue>): Expression<InterpolationValue>(source)
Interpolates using the cubic bezier curve defined by the given control points between the pairs of stops.