Searched refs:colorString (Results 1 – 4 of 4) sorted by relevance
| /plugin/asciidocjs/node_modules/color-convert/ |
| D | conversions.js | 627 let colorString = match[0]; 630 colorString = colorString.split('').map(char => { 635 const integer = parseInt(colorString, 16);
|
| /plugin/diagramsnet/lib/math/extensions/a11y/ |
| D | explorer.js | 101 var o = t.colorString();
|
| D | mathjax-sre.js | 561 sre.AbstractHighlighter.prototype.colorString=function(){return this.color.rgba()};sre.AbstractHigh… method in sre 564 …:a,background:a.style.backgroundColor,foreground:a.style.color},c=this.colorString();a.style.backg… 566 …Attribute("style");b+=";background-color: "+this.colorString().background;b+=";color: "+this.color… 567 …colorString().background,"");b=b.replace(";color: "+this.colorString().foreground,"");a.node.setAt… method in sre.MmlHighlighter 569 …ound:a.style.color};a.style.backgroundColor=this.colorString().background;a.style.color=this.color… 570 …transform"))&&b.setAttribute("transform",d);b.setAttribute("fill",this.colorString().background);b… 571 this.colorString().foreground);return b};sre.SvgHighlighter.prototype.setHighlighted=function(a){"s… 573 …colorString().background,foreground:this.colorString().foreground};if("svg"===a.tagName||"MJX-CONT… 574 …colorString().background);a.parentNode.insertBefore(b,a);b={node:a,foreground:a.getAttribute("fill…
|
| /plugin/openlayersmap/ol/ |
| D | ol.js.map | 1 …colorString = context.fillStyle;\n if (colorString.startsWith('#') || colorString.startsWith('rgb…
|