cubic Bezier Interpolator
@JvmStatic
@JvmStatic
Produces continuous, smooth results by interpolating between pairs of input and output values ("stops"). The input
may be any numeric expression (e.g., ["get", "population"]
). Stop inputs must be numeric literals in strictly ascending order. The output type must be number
, array<number>
, or color
.
cubicBezierInterpolator interpolates using the cubic bezier curve defined by the given control points.