Home
last modified time | relevance | path

Searched refs:hwb (Results 1 – 6 of 6) sorted by relevance

/plugin/asciidocjs/node_modules/color-convert/
Dconversions.js18 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 …]
DREADME.md6 It converts all ways between `rgb`, `hsl`, `hsv`, `hwb`, `cmyk`, `ansi`, `ansi16`, `hex` strings, a…
/plugin/asciidocjs/node_modules/ansi-styles/
Dindex.d.ts199 hwb(hue: number, whiteness: number, blackness: number): string; method
Dreadme.md122 - `hwb`
/plugin/asciidocjs/node_modules/chalk/
Dindex.d.ts218 hwb(hue: number, whiteness: number, blackness: number): Chalk; method
Dreadme.md303 - [`hwb`](https://en.wikipedia.org/wiki/HWB_color_model) - Example: `chalk.hwb(32, 0, 50).bold('Ora…