UNPKG

reblessed

Version:

A high-level terminal interface library for node.js.

58 lines 2.05 kB
export function match(r1: any, g1: any, b1: any): any; export function RGBToHex(r: any, g: any, b: any): string; export function hexToRGB(hex: any): number[]; export function mixColors(c1: any, c2: any, alpha: any): any; export function blend(attr: any, attr2: any, alpha: any): any; export namespace blend { const _cache: {}; } export var _cache: {}; export function reduce(color: any, total: any): any; export var xterm: string[]; export var colors: any; export var vcolors: any; export var ccolors: any; export namespace colorNames { const _default: number; export { _default as default }; export const normal: number; export const bg: number; export const fg: number; export const black: number; export const red: number; export const green: number; export const yellow: number; export const blue: number; export const magenta: number; export const cyan: number; export const white: number; export const lightblack: number; export const lightred: number; export const lightgreen: number; export const lightyellow: number; export const lightblue: number; export const lightmagenta: number; export const lightcyan: number; export const lightwhite: number; export const brightblack: number; export const brightred: number; export const brightgreen: number; export const brightyellow: number; export const brightblue: number; export const brightmagenta: number; export const brightcyan: number; export const brightwhite: number; export const grey: number; export const gray: number; export const lightgrey: number; export const lightgray: number; export const brightgrey: number; export const brightgray: number; } export function convert(color: any): any; export var ncolors: any[]; declare var cols: any; declare var _cols: any; declare var out: any; export { cols as colors, _cols as vcolors, out as ccolors }; //# sourceMappingURL=colors.d.ts.map