PHP NOTES 25 NOTE 33573 ADDED TO FUNCTION IMAGECOLORALLOCATE
Date: 1 Jul 2003 04:01:27 -0000

Subject: note 33573 added to function.imagecolorallocate
From: martin_a_thomas@no-spam (Martin A Thomas)

Just a quick note - two examples below (one by Les, one by jeffrey at jhu dot edu) do not work. They use 'array()' to pass the three color octets in an array instead of passing the three individual values as required by the function ImageColorAllocate.

----
Manual Page -- http://www.php.net/manual/en/function.imagecolorallocate.php Edit Note -- http://master.php.net/manage/user-notes.php?action=edit+33573
Delete Note -- http://master.php.net/manage/user-notes.php?action=delete+33573&report=yes
Reject Note -- http://master.php.net/manage/user-notes.php?action=reject+33573&report=yes


Date: 1 Jul 2003 08:21:59 -0000

Subject: note 33573 deleted from function.imagecolorallocate by didou















From: didou@no-spam
Note Submitter: martin_a_thomas@no-spam
----

Just a quick note - two examples below (one by Les, one by jeffrey at jhu dot edu) do not work. They use 'array()' to pass the three color octets in an array instead of passing the three individual values as required by the function ImageColorAllocate.