UNPKG

@ginden/blinkstick-v2

Version:
8 lines 338 B
import type { RgbTuple } from '../../types'; import { SimpleFrame } from '../frame/simple-frame'; /** * @summary Smooth transition between multiple RGB colors. * @category Animation */ export declare function morphMany(tuples: RgbTuple[], overMs: number, steps?: number): Iterable<SimpleFrame>; //# sourceMappingURL=morph-many.d.ts.map