Searched refs:toHsl (Results 1 – 8 of 8) sorted by relevance
/plugin/combo/ComboStrap/ |
H A D | ColorSystem.php | 22 ->toHsl() 56 ->toHsl() 74 ->toHsl()
|
H A D | ColorRgb.php | 363 public function toHsl(): ColorHsl function in ComboStrap\\ColorRgb 713 $actualColorHsl = $this->toHsl(); 715 $targetColorHsl = $colorRgb->toHsl(); 737 $newColorHsl = $this->toHsl(); 757 ->toHsl()
|
H A D | ColorHsl.php | 178 $color = $color->toHsl();
|
/plugin/combo/syntax/ |
H A D | badge.php | 161 ->toHsl()
|
/plugin/diagramsnet/lib/js/diagramly/vsdx/ |
H A D | importer.js | 4514 var bkgHSLClr = this.getStyleColor(8).toHsl(); 4516 var lineHSLClr = lineClr.toHsl(); 4517 var fillHSLClr = retColor.toHsl(); 4613 var bkgHSLClr = this.getStyleColor(8).toHsl(); 4615 var fillHSLClr = fillColor.toHsl(); 4616 var lineHSLClr = lineClr.toHsl(); 4766 var bkgHSLClr = this.getStyleColor(8).toHsl(); 4767 var txtHSLClr = txtColor.toHsl(); 4769 var fillHSLClr = fillColor.toHsl(); 4771 var lineHSLClr = lineClr.toHsl(); [all …]
|
/plugin/diagramsnet/lib/js/ |
H A D | extensions.min.js | 1252 …){var g=this.getStyleColor(8).toHsl(),n=this.getLineColor$com_mxgraph_io_vsdx_theme_QuickStyleVals… 1255 …){var g=this.getStyleColor(8).toHsl(),n=this.getFillColor$com_mxgraph_io_vsdx_theme_QuickStyleVals… 1265 …toHsl(),d=c.toHsl(),g=this.getFillColor$com_mxgraph_io_vsdx_theme_QuickStyleVals(b),k=g.toHsl(),e=… 1286 b.prototype.setBlue=function(a){this.blue=a};b.prototype.toHsl=function(){var a=this.getRed()/255,b… method in b
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
H A D | fabric.min.js | 2 …();return"rgba("+source[0]+","+source[1]+","+source[2]+","+source[3]+")"},toHsl:function(){var sou… method in fabric.Color
|
H A D | fabric.js | 4517 toHsl: function() { method in fabric.Color
|