Searched refs:rgb2rgb (Results 1 – 1 of 1) sorted by relevance
| /plugin/asciidocjs/node_modules/ansi-styles/ |
| D | index.js | 19 const rgb2rgb = (r, g, b) => [r, g, b]; function 151 …setLazyProperty(styles.color, 'ansi16m', () => makeDynamicStyles(wrapAnsi16m, 'rgb', rgb2rgb, fals… 154 …setLazyProperty(styles.bgColor, 'ansi16m', () => makeDynamicStyles(wrapAnsi16m, 'rgb', rgb2rgb, tr…
|