git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305895 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Daniel P. Brown 2010-12-01 19:22:38 +00:00
parent ffc053f605
commit c621e33dd3

View file

@ -132,7 +132,7 @@
// create image
$image = imagecreatetruecolor(100, 100);
// allocate some solors
// allocate some colors
$white = imagecolorallocate($image, 0xFF, 0xFF, 0xFF);
$gray = imagecolorallocate($image, 0xC0, 0xC0, 0xC0);
$darkgray = imagecolorallocate($image, 0x90, 0x90, 0x90);