Imagick::getImageChannelDepth

(PECL imagick 2, PECL imagick 3)

Imagick::getImageChannelDepth特定の画像チャネルの深度を返す

説明

public Imagick::getImageChannelDepth(int $channel): int

特定の画像チャネルの深度を返します。

パラメータ

channel

そのモードで有効なチャネル定数を指定します。 複数のチャネルを適用するには、チャネル定数 をビット演算子で組み合わせます。デフォルトは Imagick::CHANNEL_DEFAULT です。 チャネル定数 の一覧を参照ください。

戻り値

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

関連キーワード:  チャネル, 特定, 深度, 画像, Imagick, 定数, getImageChannelDepth, imagick, int, 参照