Imagick::getImageChannelDepth
(No version information available, might be only in CVS)
Imagick::getImageChannelDepth — 特定の画像チャネルの深度を返す
説明
int Imagick::getImageChannelDepth
( int $channelType
)
警告
この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。
特定の画像チャネルの深度を返します。
パラメータ
- channel
-
チャネルモードに対応したチャネル定数を指定します。 複数のチャネルに適用するには、 ビット演算子でチャネル型定数を組み合わせます。 デフォルトは Imagick::CHANNEL_ALL です。 チャネル定数 の一覧を参照ください。
返り値
成功した場合に TRUE を返します。
Imagick::getImageChannelDepth
There are no user contributed notes for this page.
