(バージョン情報なし。おそらく SVN 版にしか存在しないでしょう)
Imagick::sparseColorImage — Interpolates colors
Given the arguments array containing numeric values this method interpolates the colors found at those coordinates across the whole image using sparse_method. このメソッドは、ImageMagick バージョン 6.4.5 以降で Imagick をコンパイルした場合に使用可能です。
Refer to this list of sparse method constants
An array containing the coordinates. The array is in format array(1,1, 2,45)
そのモードで有効なチャネル定数を指定します。 複数のチャネルを適用するには、チャネル定数 をビット演算子で組み合わせます。デフォルトは Imagick::CHANNEL_DEFAULT です。 チャネル定数 の一覧を参照ください。
成功した場合に TRUE を返します。
エラー時に ImagickException をスローします。