remotion
Version:
Make videos programmatically
10 lines (9 loc) • 381 B
TypeScript
/**
* Copied from:
* https://github.com/software-mansion/react-native-reanimated/blob/master/src/reanimated2/Colors.ts
*/
export declare const colorNames: {
[key: string]: number;
};
export declare function processColor(color: string): number;
export declare const interpolateColors: (input: number, inputRange: readonly number[], outputRange: readonly string[]) => string;