Searched refs:hcg (Results 1 – 2 of 2) sorted by relevance
| /plugin/asciidocjs/node_modules/color-convert/ |
| D | conversions.js | 27 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 …]
|
| /plugin/ckeditor5markdown/ |
| D | ckeditor.js | 2 …hcg:{channels:3,labels:["h","c","g"]},apple:{channels:3,labels:["r16","g16","b16"]},gray:{channels… function
|