Searched refs:rgba (Results 1 – 3 of 3) sorted by relevance
| /dokuwiki/vendor/splitbrain/lesserphp/src/Utils/ |
| H A D | Color.php | 38 $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 D | pagetools-build.php | 105 $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 D | jquery-ui.min.js | 6 …rgba:{props:{red:{idx:0,type:"byte"},green:{idx:1,type:"byte"},blue:{idx:2,type:"byte"}}},hsla:{pr… property
|