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