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
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.