Imagick::floodFillPaintImage
()
Imagick::floodFillPaintImage — Changes the color value of any pixel that matches target
Description
Changes the color value of any pixel that matches target and is an immediate neighbor. This method is a replacement for deprecated Imagick::paintFloodFillImage(). This method is available if Imagick has been compiled against ImageMagick version 6.3.8 or newer.
Liste de paramètres
- fill
-
ImagickPixel object or a string containing the fill color
- fuzz
-
The amount of fuzz. For example, set fuzz to 10 and the color red at intensities of 100 and 102 respectively are now interpreted as the same color.
- bordercolor
-
ImagickPixel object or a string containing the border color
- x
-
X start position of the floodfill
- y
-
Y start position of the floodfill
- invert
-
If TRUE paints any pixel that does not match the target color.
- channel
-
Provide any channel constant that is valid for your channel mode. To apply to more than one channel, combine channel constants using bitwise operators. Defaults to Imagick::CHANNEL_DEFAULT. Refer to this list of channel constants
Valeurs de retour
Returns TRUE on success.
Imagick::floodFillPaintImage
