Home
last modified time | relevance | path

Searched refs:toRgb (Results 1 – 9 of 9) sorted by relevance

/plugin/combo/ComboStrap/
H A DColorSystem.php25 ->toRgb()
59 ->toRgb()
76 ->toRgb()
H A DColorHsl.php80 function toRgb(): ColorRgb function in ComboStrap\\ColorHsl
H A DColorRgb.php740 $newColorRgb = $newColorHsl->toRgb();
759 ->toRgb();
/plugin/combo/syntax/
H A Dbadge.php163 ->toRgb()
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js2 …on(){return this._source},setSource:function(source){this._source=source},toRgb:function(){var sou… method in fabric.Color
4toRgb(),opacity:opacity}}function getLinearCoords(el){return{x1:el.getAttribute("x1")||0,y1:el.get…
6 …lorStops[position]);gradient.colorStops.push({offset:position,color:color.toRgb(),opacity:color.ge…
11 …'}return'opacity="'+fillColor.getAlpha()+'" fill="'+fillColor.setAlpha(1).toRgb()+'"'},_set:functi…
H A Dfabric.js4499 toRgb: function() { method in fabric.Color
4905 color: color.toRgb(),
4996 color: color.toRgb(),
11813 color: color.toRgb(),
20272 return 'opacity="' + fillColor.getAlpha() + '" fill="' + fillColor.setAlpha(1).toRgb() + '"';
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js5558 HSLColor.prototype.toRgb = function () { method in HSLColor
5627 HSVColor.prototype.toRgb = function () { method in HSVColor
6124 this.color = hsvColor.toRgb();
8629 … _this.color = new com.mxgraph.io.vsdx.theme.HSLColor(hue, sat, lum).toRgb();
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1295 a+6*(b-a)*g:.5>g?b:g<2/3?a+(b-a)*(2/3-g)*6:a};b.prototype.toRgb=function(){var a,b,g;g=this.hue;b=t… method in b
1297 …var d=function(){function b(a,b,g){this.h=a;this.s=b;this.v=g}b.prototype.toRgb=function(){var a=6… method in b
1316 …c.lumMod(this.lumMod);0!==this.hueMod&&c.hueMod(this.hueMod);this.color=c.toRgb()}};b.prototype.ge…
1416 …me_HslClr_lum=d/100;c.color=(new f.mxgraph.io.vsdx.theme.HSLColor(a,g,d)).toRgb();return c}__exten…
/plugin/achart/assets/
H A Dapexcharts.min.js6 …n this.toHex()},toHex:function(){return"#"+g(this.r)+g(this.g)+g(this.b)},toRgb:function(){return"…