Home
last modified time | relevance | path

Searched refs:hsl (Results 26 – 35 of 35) sorted by path

12

/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 DREADME.md270 …supported: `red`, `#f00`, `#ff0000`, `rgb(255,0,0)`, `rgba(255,0,0,0.5)`, `hsl(0,100%,50%)`, `hsla…
H A Dchangelog.md22 …supported: `red`, `#f00`, `#ff0000`, `rgb(255,0,0)`, `rgba(255,0,0,0.5)`, `hsl(0,100%,50%)`, `hsla…
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js972 R.hsl = cacher(function (h, s, l) {
/plugin/sequencediagram/bower_components/raphael/
H A Draphael.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){…
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/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/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/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));

12