wave-roll
Version:
JavaScript Library for Comparative MIDI Piano-Roll Visualization
8 lines • 417 B
TypeScript
export declare function toNumberColor(c: string | number): number;
export declare function aaGrayFor(base: number): number;
export declare function complement(color: number): number;
export declare const NEUTRAL_GRAY = 4473924;
export declare const HIGHLIGHT_ANCHOR_REF: number;
export declare const HIGHLIGHT_ANCHOR_EST: number;
export declare const HIGHLIGHT_BLEND_RATIO = 0.75;
//# sourceMappingURL=colors.d.ts.map