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