Home
last modified time | relevance | path

Searched refs:hsl (Results 1 – 25 of 35) sorted by relevance

12

/plugin/bpmnio/vendor/bpmn-js/dist/assets/
H A Dbpmn-js.css4 --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 Ddiagram-js.css5 --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 Ddmn-js-shared.css3 --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 Ddiagram-js.css5 --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 Dprism.css37 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 Dvoice.js2298 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 Dviewer.css807 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 Dchangelog.md22 …supported: `red`, `#f00`, `#ff0000`, `rgb(255,0,0)`, `rgba(255,0,0,0.5)`, `hsl(0,100%,50%)`, `hsla…
H A DREADME.md270 …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 D2.2.js23919 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 D2.2.js.map1hsl($hue, $saturation, $lightness)', desc: localize('css.builtin.hsl', 'Creates a Color from hue, …
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js2hsl=this._rgbToHsl(source[0],source[1],source[2]);return"hsl("+hsl[0]+","+hsl[1]+"%,"+hsl[2]+"%)"}…
H A Dfabric.js4519 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 Dd3.min.js2 …),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,…
3hsl=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 DCHANGELOG.md154 - Refactored and tested color handling with potential conversion fixes in `hsl*()` color definitions
/plugin/codemirror/dist/modes/
H A Dcss.min.js.map1 …"highlighttext\",\n \"hiragana\", \"hiragana-iroha\", \"horizontal\", \"hsl\", \"hsla\", \"hue\…
H A Dstylus.min.js.map1 …light\",\"highlighttext\",\"hiragana\",\"hiragana-iroha\",\"horizontal\",\"hsl\",\"hsla\",\"icon\"…
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js972 R.hsl = cacher(function (h, s, l) {
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs10498 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 Dc3.min.js2 …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 Dsnap.svg-min.js19 …: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 Dsnap.svg.js1456 Snap.hsl = cacher(function (h, s, l) {
/plugin/callflow/
H A Draphael.js1369 R.hsl = cacher(function (h, s, l) {
/plugin/sequencediagram/bower_components/raphael/
H A Draphael.no-deps.min.js1 …,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 Draphael.js1369 R.hsl = cacher(function (h, s, l) {

12