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