You are here

public function PHPExcel_Worksheet_Drawing_Shadow::getColor in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet/Drawing/Shadow.php \PHPExcel_Worksheet_Drawing_Shadow::getColor()

Get Color

Return value

PHPExcel_Style_Color

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet/Drawing/Shadow.php, line 221

Class

PHPExcel_Worksheet_Drawing_Shadow
PHPExcel_Worksheet_Drawing_Shadow

Code

public function getColor() {
  return $this->_color;
}