Searched refs:hex2rgb (Results 1 – 4 of 4) sorted by relevance
477 function hex2rgb($hex = '#000000'): array function in ComboStrap\\ColorRgb 796 [$this->red, $this->green, $this->blue, $this->transparency] = $this->hex2rgb($color);
188 else matches[1] = hex2rgb(matches[1]);198 var hex2rgb = function(val) {
1660 function hex2rgb(val,trans) { function1922 var style = hex2rgb(color,0.5);