interpolateLab constant
String
const interpolateLab
Produces continuous, smooth results by interpolating between pairs of
input and output values ("stops"). Works like interpolate, but the
output type must be color, and the interpolation is performed in the
CIELAB color space.
Sdk Support: basic functionality with js
Implementation
static const interpolateLab = "interpolate-lab";