Searched refs:toRgb (Results 1 – 9 of 9) sorted by relevance
/plugin/combo/ComboStrap/ |
H A D | ColorSystem.php | 25 ->toRgb() 59 ->toRgb() 76 ->toRgb()
|
H A D | ColorHsl.php | 80 function toRgb(): ColorRgb function in ComboStrap\\ColorHsl
|
H A D | ColorRgb.php | 740 $newColorRgb = $newColorHsl->toRgb(); 759 ->toRgb();
|
/plugin/combo/syntax/ |
H A D | badge.php | 163 ->toRgb()
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
H A D | fabric.min.js | 2 …on(){return this._source},setSource:function(source){this._source=source},toRgb:function(){var sou… method in fabric.Color 4 …toRgb(),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 D | fabric.js | 4499 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 D | importer.js | 5558 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 D | extensions.min.js | 1295 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 D | apexcharts.min.js | 6 …n this.toHex()},toHex:function(){return"#"+g(this.r)+g(this.g)+g(this.b)},toRgb:function(){return"…
|