mirror of
https://github.com/Intervention/image.git
synced 2025-08-31 01:29:51 +02:00
Edit description of ImageInterface::fill()
This commit is contained in:
@@ -670,10 +670,10 @@ interface ImageInterface extends IteratorAggregate, Countable
|
||||
/**
|
||||
* Fill image with given color
|
||||
*
|
||||
* If coordinates are transferred in the form of X and Y values, the function
|
||||
* is executed as a flood fill. This means that the color at the specified
|
||||
* position is taken as a reference and all adjacent pixels are also filled
|
||||
* with the same color.
|
||||
* If an optional position is specified for the filling process ln the form
|
||||
* of x and y coordinates, the process is executed as flood fill. This means
|
||||
* that the color at the specified position is taken as a reference and all
|
||||
* adjacent pixels are also filled with the filling color.
|
||||
*
|
||||
* If no coordinates are specified, the entire image area is filled.
|
||||
*
|
||||
|
Reference in New Issue
Block a user