@ginden/blinkstick-v2
Version:
Improved Blickstick API for Node.js
8 lines • 338 B
TypeScript
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