PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

ImagickPixel::isPixelSimilar - Check the distance between this color and another | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

ImagickPixel::isPixelSimilar

(バージョン情報なし。おそらく SVN 版にしか存在しないでしょう)

ImagickPixel::isPixelSimilarCheck the distance between this color and another

説明

bool ImagickPixel::isPixelSimilar ( ImagickPixel $color , float $fuzz )

Checks the distance between the color described by this ImagickPixel object and that of the provided object, by plotting their RGB values on the color cube. If the distance between the two points is less than the fuzz value given, the colors are similar. This method replaces ImagickPixel::isSimilar() and correctly normalises the fuzz value to ImageMagick QuantumRange.

パラメータ

color

The ImagickPixel object to compare this object against.

fuzz

The maximum distance within which to consider these colors as similar. The theoretical maximum for this value is the square root of three (1.732).

返り値

成功した場合に TRUE を返します。


忘却曲線を使ってこの知識を確実に記憶に残す

フォーラムで「ImagickPixel::isPixelSimilar - Check the distance between this color and another」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | ImagickPixel::isPixelSimilar - Check the distance between this color and another」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: