Home
last modified time | relevance | path

Searched refs:hex2rgb (Results 1 – 4 of 4) sorted by relevance

/plugin/combo/ComboStrap/
H A DColorRgb.php477 function hex2rgb($hex = '#000000'): array function in ComboStrap\\ColorRgb
796 [$this->red, $this->green, $this->blue, $this->transparency] = $this->hex2rgb($color);
/plugin/ckgdoku/ckeditor/plugins/fontAssist/
H A Dplugin.js.unc188 else matches[1] = hex2rgb(matches[1]);
198 var hex2rgb = function(val) {
/plugin/ckgedit/ckeditor/plugins/fontAssist/
H A Dplugin.js.unc188 else matches[1] = hex2rgb(matches[1]);
198 var hex2rgb = function(val) {
/plugin/s5reloaded/ui/thesis/
H A Dslides.js1660 function hex2rgb(val,trans) { function
1922 var style = hex2rgb(color,0.5);