Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/color-convert/
Dconversions.js27 hcg: {channels: 3, labels: ['h', 'c', 'g']}, property
643 convert.rgb.hcg = function (rgb) { function
677 convert.hsl.hcg = function (hsl) { function
691 convert.hsv.hcg = function (hsv) { function
705 convert.hcg.rgb = function (hcg) { argument
706 const h = hcg[0] / 360;
707 const c = hcg[1] / 100;
708 const g = hcg[2] / 100;
746 convert.hcg.hsv = function (hcg) { argument
747 const c = hcg[1] / 100;
[all …]