UNPKG

@ginden/blinkstick-v2

Version:
8 lines 402 B
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