@microsoft/fast-colors > interpolateLAB
interpolateLAB() function
Interpolate by LAB color space
Signature:export declare function interpolateLAB(position: number, left: ColorLAB, right: ColorLAB): ColorLAB;
Parameters
Parameter | Type | Description |
---|---|---|
position | number | |
left | ColorLAB | |
right | ColorLAB |