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