Searched refs:toColor (Results 1 – 4 of 4) sorted by relevance
| /plugin/datatables/assets/datatables.net-buttons/css/ |
| D | mixins.scss | 10 @mixin dtb-two-stop-gradient($fromColor, $toColor) { parameter 11 background-color: $toColor; /* Fallback */ 12 background: linear-gradient(to bottom, $fromColor 0%, $toColor 100%); 13 …dient(GradientType=0,StartColorStr='#{nth( $fromColor, 1 )}', EndColorStr='#{nth( $toColor, 1 )}'); 16 @mixin dtb-radial-gradient ($fromColor, $toColor ) { parameter 17 background: $toColor; /* Fallback */ 18 …background: radial-gradient(ellipse farthest-corner at center, $fromColor 0%, $toColor 100%); /* W…
|
| /plugin/amcharts/assets/amcharts/ |
| D | pie.js | 14 …):this.alpha;h=e[this.colorField];void 0!==h&&(f.color=h);f.labelColor=k.toColor(e[this.labelColor…
|
| D | funnel.js | 14 …):this.alpha;k=n[this.colorField];void 0!==k&&(h.color=k);h.labelColor=e.toColor(n[this.labelColor…
|
| D | amcharts.js | 17 …eturn"number"==typeof a?a:Number(String(a).replace(/[^0-9\-.]+/g,""))};d.toColor=function(a){if(""… function in d
|