function pDraw::convertAlpha in Visitors 7
Same name and namespace in other branches
- 7.2 pChart/class/pDraw.class.php \pDraw::convertAlpha()
1 call to pDraw::convertAlpha()
- pDraw::allocateColor in pChart/
class/ pDraw.class.php
File
- pChart/
class/ pDraw.class.php, line 1191
Class
Code
function convertAlpha($AlphaValue) {
return 127 / 100 * (100 - $AlphaValue);
}