Skip to main content
Version: 1.x

@microsoft/fast-colors > interpolateLCH

interpolateLCH() function

Interpolate by LCH color space

Signature:
export declare function interpolateLCH(position: number, left: ColorLCH, right: ColorLCH): ColorLCH;

Parameters

ParameterTypeDescription
positionnumber
leftColorLCH
rightColorLCH
Returns:

ColorLCH