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