@ginden/blinkstick-v2
Version:
Improved Blickstick API for Node.js
8 lines • 402 B
TypeScript
import type { RgbTuple } from '../../types/rgb-tuple';
import { SimpleFrame } from '../frame/simple-frame';
/**
* @summary Generates intermediate frames between two RGB colors. These don't include the start and end frames.
* @category Animation
*/
export declare function morph(from: RgbTuple, to: RgbTuple, overMs: number, steps?: number): Iterable<SimpleFrame>;
//# sourceMappingURL=morph.d.ts.map