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