Home
last modified time | relevance | path

Searched refs:isPixelSimilar (Results 1 – 7 of 7) sorted by relevance

/imagick/tests/
H A D024-ispixelsimilar.phpt2 Test ImagickPixel::isPixelSimilar
45 $isPixelSimilar = $color1Pixel->isPixelSimilar($color2Pixel, $testDistance);
46 if ($isPixelSimilar !== $expectation) {
47 …echo "isPixelSimilar failed. Color [$color1] compared to color [$color2] distance $testDistance do…
52 echo "Exception caught in ImagickPixel::isPixelSimilar test: ".$e->getMessage() . PHP_EOL;
H A D007_thumbnail_fill.phpt21 if ($color->isPixelSimilar("pink", 0))
27 if ($color->isPixelSimilar("pink", 0))
H A D275_ImagickPixel_unitializedObjects.phpt36 'isPixelSimilar' => ['red', 0.1],
/imagick/
H A DImagickPixel.stub.php37 public function isPixelSimilar(ImagickPixel|string $color, float $fuzz): bool {} function in ImagickPixel
H A DImagickPixel_arginfo.h308 ZEND_METHOD(ImagickPixel, isPixelSimilar);
333 ZEND_ME(ImagickPixel, isPixelSimilar, arginfo_class_ImagickPixel_isPixelSimilar, ZEND_ACC_PUBLIC)
H A Dimagickpixel_class.c427 PHP_METHOD(ImagickPixel, isPixelSimilar) argument
H A DChangeLog341 - Added ImagickPixel::isPixelSimilar and deprecate ImagickPixel::isSimilar #10

Completed in 17 milliseconds