Searched refs:hwb (Results 1 – 6 of 6) sorted by relevance
| /plugin/asciidocjs/node_modules/color-convert/ |
| D | conversions.js | 18 hwb: {channels: 3, labels: 'hwb'}, property 141 convert.rgb.hwb = function (rgb) { function 355 convert.hwb.rgb = function (hwb) { argument 356 const h = hwb[0] / 360; 357 let wh = hwb[1] / 100; 358 let bl = hwb[2] / 100; 777 convert.hcg.hwb = function (hcg) { function 784 convert.hwb.hcg = function (hwb) { argument 785 const w = hwb[1] / 100; 786 const b = hwb[2] / 100; [all …]
|
| D | README.md | 6 It converts all ways between `rgb`, `hsl`, `hsv`, `hwb`, `cmyk`, `ansi`, `ansi16`, `hex` strings, a…
|
| /plugin/asciidocjs/node_modules/ansi-styles/ |
| D | index.d.ts | 199 hwb(hue: number, whiteness: number, blackness: number): string; method
|
| D | readme.md | 122 - `hwb`
|
| /plugin/asciidocjs/node_modules/chalk/ |
| D | index.d.ts | 218 hwb(hue: number, whiteness: number, blackness: number): Chalk; method
|
| D | readme.md | 303 - [`hwb`](https://en.wikipedia.org/wiki/HWB_color_model) - Example: `chalk.hwb(32, 0, 50).bold('Ora…
|