Home
last modified time | relevance | path

Searched refs:rgba (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/vendor/splitbrain/lesserphp/src/Utils/
H A DColor.php38 $rgba = explode(',', Constants::CSS_COLORS[$name]);
40 if (isset($rgba[3]))
41 return ['color', $rgba[0], $rgba[1], $rgba[2], $rgba[3]];
43 return ['color', $rgba[0], $rgba[1], $rgba[2]];
/dokuwiki/lib/tpl/dokuwiki/images/
H A Dpagetools-build.php105 $rgba = imagecolorat($img, $x, $y);
106 $a = ($rgba >> 24) & 0xFF;
107 $r = ($rgba >> 16) & 0xFF;
108 $g = ($rgba >> 8) & 0xFF;
109 $b = $rgba & 0xFF;
/dokuwiki/lib/scripts/jquery/
H A Djquery-ui.min.js6rgba:{props:{red:{idx:0,type:"byte"},green:{idx:1,type:"byte"},blue:{idx:2,type:"byte"}}},hsla:{pr… property