You are here

public function ColorTest::providerColorChangeBrightness in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Style/ColorTest.php \ColorTest::providerColorChangeBrightness()

File

vendor/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Style/ColorTest.php, line 76

Class

ColorTest

Code

public function providerColorChangeBrightness() {
  return new testDataFileIterator('rawTestData/Style/ColorChangeBrightness.data');
}