(No version information available, might only be in Git)
Imagick::opaquePaintImage — Changes the color value of any pixel that matches target
$target
, mixed $fill
, float $fuzz
, bool $invert
[, int $channel
= Imagick::CHANNEL_DEFAULT
] )Changes any pixel that matches color with the color defined by fill. Diese Funktion ist verfügbar, wenn Imagick gegen die ImageMagick-Version 6.3.8 oder höher kompiliert wurde.
target
ImagickPixel object or a string containing the color to change
fill
The replacement color
fuzz
Die Menge an Ungenauigkeit. Wird dieser Wert z.B. auf 10 gesetzt, so werden die Farbe Rot sowohl bei Intensitäten von 100 als auch 102 als identisch betrachtet.
invert
If TRUE
paints any pixel that does not match the target color.
channel
Übergeben Sie eine Channel-Konstante, die für Ihren Channel-Moduls gültig ist. Um mehr als einen Channel anzuwenden, können Sie die Channel-Konstanten mit bitweisen Operationen verknüpfen. Der Standardwert ist Imagick::CHANNEL_DEFAULT
. Sehen Sie sich auch die Liste der Channel-Konstanten an
Liefert TRUE
bei Erfolg.