You are here

protected property ImageToolkitGdTestCase::$transparent in Drupal 7

File

modules/simpletest/tests/image.test, line 211
Tests for core image handling API.

Class

ImageToolkitGdTestCase
Test the core GD image manipulation functions.

Code

protected $transparent = array(
  0,
  0,
  0,
  127,
);