From 9833cf6f7b2c57c5f73193914ad146e8da424d5f Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Sat, 13 Oct 2007 15:47:06 +0000 Subject: [PATCH] Document the alpha channel support for IMG_FILTER_COLORIZE as of 5.2.5 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@244147 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/image/functions/imagefilter.xml | 31 +++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/reference/image/functions/imagefilter.xml b/reference/image/functions/imagefilter.xml index d2ebcd3061..39f3e06759 100644 --- a/reference/image/functions/imagefilter.xml +++ b/reference/image/functions/imagefilter.xml @@ -1,5 +1,5 @@ - + imagefilter @@ -14,6 +14,7 @@ intarg1 intarg2 intarg3 + intarg4 imagefilter applies the given filter @@ -64,7 +65,8 @@ color. Use arg1, arg2 and arg3 in the form of red, blue, - green. The range for each color is 0 to 255. + green and arg4 for the + alpha channel. The range for each color is 0 to 255. @@ -135,6 +137,31 @@ &return.success; + + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 5.2.5 + + Alpha support for IMG_FILTER_COLORIZE was added. + + + + + + + + &reftitle.examples;