From 972972a60cdbe3942e64a45aefbc2689aa67e31f Mon Sep 17 00:00:00 2001 From: Peter Cowburn Date: Fri, 1 Jun 2012 20:42:04 +0000 Subject: [PATCH] Fix IMG_FILTER_COLORIZE description (doc #62198 - thanks mail+php at requinix dot net, andy at siliconrockstar dot com) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325929 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/image/functions/imagefilter.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/image/functions/imagefilter.xml b/reference/image/functions/imagefilter.xml index b682b1ebbd..061283f6e0 100644 --- a/reference/image/functions/imagefilter.xml +++ b/reference/image/functions/imagefilter.xml @@ -64,8 +64,8 @@ IMG_FILTER_GRAYSCALE, except you can specify the color. Use arg1, arg2 and arg3 in the form of - red, blue, - green and arg4 for the + red, green, + blue and arg4 for the alpha channel. The range for each color is 0 to 255.