protected function PHPExcel_Properties::getTrueAlpha in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart/Properties.php \PHPExcel_Properties::getTrueAlpha()
3 calls to PHPExcel_Properties::getTrueAlpha()
- PHPExcel_Chart_GridLines::_setGlowColor in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Chart/ GridLines.php - Set Glow Color
- PHPExcel_Chart_GridLines::_setShadowColor in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Chart/ GridLines.php - Set Shadow Color
- PHPExcel_Properties::setColorProperties in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Chart/ Properties.php
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Chart/ Properties.php, line 124
Class
- PHPExcel_Properties
- Created by PhpStorm. User: nhw2h8s Date: 7/2/14 Time: 5:45 PM
Code
protected function getTrueAlpha($alpha) {
return (string) 100 - $alpha . '000';
}