protected property ToolkitGdTest::$white

File

drupal/core/modules/system/lib/Drupal/system/Tests/Image/ToolkitGdTest.php, line 24
Definition of Drupal\system\Tests\Image\ToolkitGdTest.

Class

ToolkitGdTest
Test the core GD image manipulation functions.

Namespace

Drupal\system\Tests\Image

Code

protected $white = array(
  255,
  255,
  255,
  0,
);