| 
 | imagecolorallocatealphaAllocate a color for an image Description
   int imagecolorallocatealpha
    ( resource  $image, int$red, int$green, int$blue, int$alpha)
   imagecolorallocatealpha behaves identically to
   imagecolorallocate with the addition of the transparency
   parameter  Parameters
 
 Return Values
   A color identifier or  Warning This function may
return Boolean  Changelog
 
 Examples
 Example #1 Example of using imagecolorallocatealpha 
<?phpThe above example will output something similar to:   Notes
 See Also
 
 |