From 6e0a1241a43cdfbcbaaa76dc43c6ebdd2a102002 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Fri, 20 Jun 2003 14:37:21 +0000 Subject: [PATCH] linking git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@132612 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/image/functions/imagecolorallocate.xml | 6 +++++- reference/image/functions/imagecolorallocatealpha.xml | 6 +++++- reference/image/functions/imagecolordeallocate.xml | 11 ++++++++--- 3 files changed, 18 insertions(+), 5 deletions(-) diff --git a/reference/image/functions/imagecolorallocate.xml b/reference/image/functions/imagecolorallocate.xml index df2ff1f0aa..785a75e034 100644 --- a/reference/image/functions/imagecolorallocate.xml +++ b/reference/image/functions/imagecolorallocate.xml @@ -1,5 +1,5 @@ - + @@ -39,6 +39,10 @@ $black = imagecolorallocate ($im, 0, 0, 0); Returns -1 if the allocation failed. + + See also imagecolorallocatealpha and + imagecolordeallocate. + diff --git a/reference/image/functions/imagecolorallocatealpha.xml b/reference/image/functions/imagecolorallocatealpha.xml index 19001b89b7..b8cda98c58 100644 --- a/reference/image/functions/imagecolorallocatealpha.xml +++ b/reference/image/functions/imagecolorallocatealpha.xml @@ -1,5 +1,5 @@ - + imagecolorallocatealpha @@ -26,6 +26,10 @@ Returns &false; if the allocation failed. + + See also imagecolorallocate and + imagecolordeallocate. + diff --git a/reference/image/functions/imagecolordeallocate.xml b/reference/image/functions/imagecolordeallocate.xml index e2a7617ca8..f49dc950bd 100644 --- a/reference/image/functions/imagecolordeallocate.xml +++ b/reference/image/functions/imagecolordeallocate.xml @@ -1,5 +1,5 @@ - + @@ -15,8 +15,9 @@ The imagecolordeallocate function - de-allocates a color previously allocated with the - imagecolorallocate function. + de-allocates a color previously allocated with + imagecolorallocate or + imagecolorallocatealpha. + + See also imagecolorallocate and + imagecolorallocatealpha. +