From 4e586d565859de3e685dd0b65054d136085fffe6 Mon Sep 17 00:00:00 2001 From: "Heilig (Cece) Szabolcs" Date: Sat, 16 Aug 2003 19:29:17 +0000 Subject: [PATCH] added example (incorporated from user notes) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@138012 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../functions/imagecolorallocatealpha.xml | 45 ++++++++++++++++++- 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/reference/image/functions/imagecolorallocatealpha.xml b/reference/image/functions/imagecolorallocatealpha.xml index b8cda98c58..f227c7084d 100644 --- a/reference/image/functions/imagecolorallocatealpha.xml +++ b/reference/image/functions/imagecolorallocatealpha.xml @@ -1,5 +1,5 @@ - + imagecolorallocatealpha @@ -26,6 +26,49 @@ Returns &false; if the allocation failed. + + + Example of using <function>imagecolorallocatealpha</function> + + +]]> + + + See also imagecolorallocate and imagecolordeallocate.