/plugin/bpmnio/vendor/bpmn-js/dist/assets/ |
H A D | bpmn-js.css | 4 --color-grey-225-10-15: hsl(225, 10%, 15%); 5 --color-grey-225-10-35: hsl(225, 10%, 35%); 6 --color-grey-225-10-55: hsl(225, 10%, 55%); 7 --color-grey-225-10-75: hsl(225, 10%, 75%); 8 --color-grey-225-10-80: hsl(225, 10%, 80%); 9 --color-grey-225-10-85: hsl(225, 10%, 85%); 10 --color-grey-225-10-90: hsl(225, 10%, 90%); 11 --color-grey-225-10-95: hsl(225, 10%, 95%); 12 --color-grey-225-10-97: hsl(225, 10%, 97%); 26 --color-white: hsl(0, 0%, 100%); [all …]
|
H A D | diagram-js.css | 5 --color-grey-225-10-15: hsl(225, 10%, 15%); 6 --color-grey-225-10-35: hsl(225, 10%, 35%); 7 --color-grey-225-10-55: hsl(225, 10%, 55%); 8 --color-grey-225-10-75: hsl(225, 10%, 75%); 9 --color-grey-225-10-80: hsl(225, 10%, 80%); 10 --color-grey-225-10-85: hsl(225, 10%, 85%); 11 --color-grey-225-10-90: hsl(225, 10%, 90%); 12 --color-grey-225-10-95: hsl(225, 10%, 95%); 13 --color-grey-225-10-97: hsl(225, 10%, 97%); 29 --color-white: hsl(0, 0%, 100%); [all …]
|
/plugin/bpmnio/vendor/dmn-js/dist/assets/ |
H A D | dmn-js-shared.css | 3 --color-grey-225-10-15: hsl(225, 10%, 15%); 4 --color-grey-225-10-35: hsl(225, 10%, 35%); 5 --color-grey-225-10-55: hsl(225, 10%, 55%); 6 --color-grey-225-10-75: hsl(225, 10%, 75%); 7 --color-grey-225-10-80: hsl(225, 10%, 80%); 8 --color-grey-225-10-85: hsl(225, 10%, 85%); 9 --color-grey-225-10-90: hsl(225, 10%, 90%); 10 --color-grey-225-10-95: hsl(225, 10%, 95%); 11 --color-grey-225-10-97: hsl(225, 10%, 97%); 22 --color-white: hsl(0, 0%, 100%); [all …]
|
H A D | diagram-js.css | 5 --color-grey-225-10-15: hsl(225, 10%, 15%); 6 --color-grey-225-10-35: hsl(225, 10%, 35%); 7 --color-grey-225-10-55: hsl(225, 10%, 55%); 8 --color-grey-225-10-75: hsl(225, 10%, 75%); 9 --color-grey-225-10-80: hsl(225, 10%, 80%); 10 --color-grey-225-10-85: hsl(225, 10%, 85%); 11 --color-grey-225-10-90: hsl(225, 10%, 90%); 12 --color-grey-225-10-95: hsl(225, 10%, 95%); 13 --color-grey-225-10-97: hsl(225, 10%, 97%); 29 --color-white: hsl(0, 0%, 100%); [all …]
|
/plugin/sequencediagram/bower_components/snap.svg/doc/css/ |
H A D | prism.css | 37 background:hsl(200, 4%, 16%); /* #282A2B */ 40 background:hsl(200, 4%, 16%); /* #282A2B */ 46 border: .13em solid hsl(0,0%,33%); /* #545454 */ 55 color: hsl(0, 0%, 47%); /* #777777 */ 69 color: hsl(14, 58%, 55%); /* #CF6A4C */ 75 color:hsl(53, 89%, 79%); /* #F9EE98 */ 85 color:hsl(76, 21%, 52%); /* #8F9D6A */ 89 color:hsl(218, 22%, 55%); /* #7587A6 */ 94 color: hsl(42, 75%, 65%); /* #E9C062 */ 113 color: hsl(33, 33%, 52%); /* #AC885B */ [all …]
|
/plugin/diagramsnet/lib/plugins/ |
H A D | voice.js | 2298 var color, rgb, hsl; 2303 hsl = ntc.hsl(color); 2304 ntc.names[i].push(rgb[0], rgb[1], rgb[2], hsl[0], hsl[1], hsl[2]); 2320 var hsl = ntc.hsl(color); 2321 var h = hsl[0], s = hsl[1], l = hsl[2]; 2345 hsl: function (color) { method in ntc
|
/plugin/pdfjs/pdfjs/web/ |
H A D | viewer.css | 807 color: hsl(0,0%,85%); 844 color: hsl(0, 0%, 75%); 944 background-color: hsl(0, 0%, 85%); 945 color: hsl(0, 0%, 32%); 1235 color: hsl(0,0%,95%); 1243 background: hsl(0,0%,24%); 1553 color: hsl(0,0%,95%); 1605 color: hsl(0,0%,85%); 1907 color: hsl(0,0%,85%);
|
/plugin/revealjs/ |
H A D | changelog.md | 22 …supported: `red`, `#f00`, `#ff0000`, `rgb(255,0,0)`, `rgba(255,0,0,0.5)`, `hsl(0,100%,50%)`, `hsla…
|
H A D | README.md | 270 …supported: `red`, `#f00`, `#ff0000`, `rgb(255,0,0)`, `rgba(255,0,0,0.5)`, `hsl(0,100%,50%)`, `hsla…
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | 2.2.js | 23919 return /^(rgb|rgba|hsl|hsla)$/gi.test(name); 32819 … var hsl = Object(_languageFacts_facts_js__WEBPACK_IMPORTED_MODULE_4__["hslFromColor"])(color); 32820 if (hsl.a === 1) { 32821 … label = "hsl(" + hsl.h + ", " + Math.round(hsl.s * 100) + "%, " + Math.round(hsl.l * 100) + "%)"; 32824 …label = "hsla(" + hsl.h + ", " + Math.round(hsl.s * 100) + "%, " + Math.round(hsl.l * 100) + "%, "…
|
H A D | 2.2.js.map | 1 …hsl($hue, $saturation, $lightness)', desc: localize('css.builtin.hsl', 'Creates a Color from hue, …
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
H A D | fabric.min.js | 2 …hsl=this._rgbToHsl(source[0],source[1],source[2]);return"hsl("+hsl[0]+","+hsl[1]+"%,"+hsl[2]+"%)"}…
|
H A D | fabric.js | 4519 hsl = this._rgbToHsl(source[0], source[1], source[2]); 4521 return 'hsl(' + hsl[0] + ',' + hsl[1] + '%,' + hsl[2] + '%)'; 4530 hsl = this._rgbToHsl(source[0], source[1], source[2]); 4532 return 'hsla(' + hsl[0] + ',' + hsl[1] + '%,' + hsl[2] + '%,' + source[3] + ')';
|
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/ |
H A D | d3.min.js | 2 …),function(n){return sn(e+u*n,r+o*n,i+a*n)+""}}function Dr(n,t){n=ao.hsl(n),t=ao.hsl(t);var e=n.h,… 3 …hsl=ln;var Go=ln.prototype=new an;Go.brighter=function(n){return n=Math.pow(.7,arguments.length?n:… function 4 …,t){var e=typeof t;return("string"===e?ua.has(t.toLowerCase())||/^(#|rgb\(|hsl\()/i.test(t)?vr:mr:…
|
/plugin/dw2pdf/vendor/mpdf/mpdf/ |
H A D | CHANGELOG.md | 154 - Refactored and tested color handling with potential conversion fixes in `hsl*()` color definitions
|
/plugin/codemirror/dist/modes/ |
H A D | css.min.js.map | 1 …"highlighttext\",\n \"hiragana\", \"hiragana-iroha\", \"horizontal\", \"hsl\", \"hsla\", \"hue\…
|
H A D | stylus.min.js.map | 1 …light\",\"highlighttext\",\"hiragana\",\"hiragana-iroha\",\"horizontal\",\"hsl\",\"hsla\",\"icon\"…
|
/plugin/sequencediagram/bower_components/raphael/dev/ |
H A D | raphael.core.js | 972 R.hsl = cacher(function (h, s, l) {
|
/plugin/xlsx2dw/packages/xlsx/ |
H A D | xlsx.mjs | 10498 function hsl2RGB(hsl){ argument 10499 var H = hsl[0], S = hsl[1], L = hsl[2]; 10519 var hsl = rgb2HSL(hex2RGB(hex)); 10520 if (tint < 0) hsl[2] = hsl[2] * (1 + tint); 10521 else hsl[2] = 1 - (1 - hsl[2]) * (1 - tint); 10522 return rgb2Hex(hsl2RGB(hsl));
|
/plugin/c3chart/assets/ |
H A D | c3.min.js | 2 …lors=h(r.stanford_colors)?r.stanford_colors:n.interpolateHslLong(n.hsl(250,1,.5),n.hsl(0,1,.5)),a.…
|
/plugin/sequencediagram/bower_components/snap.svg/dist/ |
H A D | snap.svg-min.js | 19 …:1,toString:Z}},c),c.hsb=i(function(a,b,d){return c.hsb2rgb(a,b,d).hex}),c.hsl=i(function(a,b,d){r…
|
H A D | snap.svg.js | 1456 Snap.hsl = cacher(function (h, s, l) {
|
/plugin/callflow/ |
H A D | raphael.js | 1369 R.hsl = cacher(function (h, s, l) {
|
/plugin/sequencediagram/bower_components/raphael/ |
H A D | raphael.no-deps.min.js | 1 …,toString:ut}},e),e.hsb=ht(function(t,r,i){return e.hsb2rgb(t,r,i).hex}),e.hsl=ht(function(t,r,i){…
|
/plugin/advrack/ |
H A D | raphael.js | 1369 R.hsl = cacher(function (h, s, l) {
|