Skip to content

Commit

Permalink
Edit description of ImageInterface::fill()
Browse files Browse the repository at this point in the history
  • Loading branch information
olivervogel committed Aug 21, 2024
1 parent 1786ad5 commit 8e14e99
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Interfaces/ImageInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -670,10 +670,10 @@ public function place(
/**
* 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.
*
Expand Down

0 comments on commit 8e14e99

Please sign in to comment.