Home
last modified time | relevance | path

Searched refs:ansi256 (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/npm/node_modules/ansi-styles/
Dindex.js114 styles.color.ansi256 = {
115 ansi256: wrapAnsi256(ansi2ansi, 0) property
124 styles.bgColor.ansi256 = {
125 ansi256: wrapAnsi256(ansi2ansi, 10) property
148 styles.color.ansi256[key] = wrapAnsi256(suite.ansi256, 0);
149 styles.bgColor.ansi256[key] = wrapAnsi256(suite.ansi256, 10);
Dreadme.md31 console.log(style.color.ansi256.rgb(199, 20, 250) + 'Hello world!' + style.color.close);
126 style.color.ansi256.hsl(120, 100, 60); // HSL to 256 color ansi foreground code
127 style.bgColor.ansi256.hsl(120, 100, 60); // HSL to 256 color ansi foreground code
/third_party/node/deps/npm/node_modules/color-convert/
DCHANGELOG.md12 - Changed: `ansi` to `ansi256`
Dconversions.js27 ansi256: {channels: 1, labels: ['ansi256']},
567 convert.rgb.ansi256 = function (args) { function
616 convert.ansi256.rgb = function (args) {
DREADME.md48 …ons that convert from a color that only requires one value (e.g. `keyword`, `ansi256`, `hex`, etc.)
/third_party/ffmpeg/tests/fate/
Dvideo.mak31 FATE_VIDEO-$(call DEMDEC, TTY, ANSI) += fate-ansi256
32 fate-ansi256: CMD = framecrc -chars_per_frame 44100 -i $(TARGET_SAMPLES)/ansi/ansi256.ans -pix_fmt …
/third_party/node/deps/npm/node_modules/chalk/
Dreadme.md275 - `ansi256`
/third_party/node/tools/
Dlint-md.mjs218 ansi256: {channels: 1, labels: ['ansi256']}, property
738 convert$4.rgb.ansi256 = function (args) { function
787 convert$4.ansi256.rgb = function (args) {
1361 …setLazyProperty(styles.color, 'ansi256', () => makeDynamicStyles(wrapAnsi256, 'ansi256', ansi2ansi…
1364 …setLazyProperty(styles.bgColor, 'ansi256', () => makeDynamicStyles(wrapAnsi256, 'ansi256', ansi2an…
1704 'ansi256',
1767 const usedModels = ['rgb', 'hex', 'keyword', 'hsl', 'hsv', 'hwb', 'ansi', 'ansi256'];
13207 ansi256: {channels: 1, labels: ['ansi256']},
13754 convert$2.rgb.ansi256 = function (args) { function
13803 convert$2.ansi256.rgb = function (args) {
[all …]