Home
last modified time | relevance | path

Searched refs:colorString (Results 1 – 4 of 4) sorted by relevance

/plugin/asciidocjs/node_modules/color-convert/
Dconversions.js627 let colorString = match[0];
630 colorString = colorString.split('').map(char => {
635 const integer = parseInt(colorString, 16);
/plugin/diagramsnet/lib/math/extensions/a11y/
Dexplorer.js101 var o = t.colorString();
Dmathjax-sre.js561 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…
567colorString().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…
573colorString().background,foreground:this.colorString().foreground};if("svg"===a.tagName||"MJX-CONT…
574colorString().background);a.parentNode.insertBefore(b,a);b={node:a,foreground:a.getAttribute("fill…
/plugin/openlayersmap/ol/
Dol.js.map1colorString = context.fillStyle;\n if (colorString.startsWith('#') || colorString.startsWith('rgb…