   #PHP Manual Image functions imageellipse imagefilledarc

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                                   imagefill

   (PHP 3, PHP 4 )
   imagefill -- Flood fill

Description

   int imagefill ( resource image, int x, int y, int color)

   imagefill() performs a flood fill starting at coordinate x, y (top
   left is 0, 0) with color color in the image image.
   ______________________________________________________________________

   Prev         Home           Next
   imageellipse  Up  imagefilledarc
