@jbrowse/core
Version:
JBrowse 2 core libraries used by plugins
5 lines (4 loc) • 333 B
TypeScript
export declare function contrastingTextColor(color: string): string;
export declare function emphasize(color: string, coefficient?: number): string;
export declare function makeContrasting(foreground: string, background?: string, minContrastRatio?: number): string;
export { isNamedColor, namedColorToHex } from './cssColorsLevel4';