| パッケージ | flash.display |
| クラス | public final class BitmapDataChannel |
| 継承 | BitmapDataChannel Object |
| 言語バージョン : | ActionScript 3.0 |
| Player のバージョン : | Flash Player 9 |
メソッドを呼び出すとき、ビット単位の OR 演算子 (|) を使って BitmapDataChannel 定数を結合すれば、複数のカラーチャンネルを指定することができます。
BitmapDataChannel 定数は、次のような値として使用されます。
sourceChannel パラメータおよび destChannel パラメータ (flash.display.BitmapData.copyChannel() メソッドのパラメータ)channelOptions パラメータ (flash.display.BitmapData.noise() メソッドのパラメータ)flash.filters.DisplacementMapFilter.componentX プロパティおよび flash.filters.DisplacementMapFilter.componentY プロパティ関連項目
| 定数 | 定義元 | ||
|---|---|---|---|
| ALPHA : uint = 8 [static]
アルファチャンネルです。
| BitmapDataChannel | ||
| BLUE : uint = 4 [static]
青チャンネルです。
| BitmapDataChannel | ||
| GREEN : uint = 2 [static]
緑チャンネルです。
| BitmapDataChannel | ||
| RED : uint = 1 [static]
赤チャンネルです。
| BitmapDataChannel | ||
| ALPHA | 定数 |
public static const ALPHA:uint = 8
| 言語バージョン : | ActionScript 3.0 |
| Player のバージョン : | Flash Player 9 |
アルファチャンネルです。
| BLUE | 定数 |
public static const BLUE:uint = 4
| 言語バージョン : | ActionScript 3.0 |
| Player のバージョン : | Flash Player 9 |
青チャンネルです。
| GREEN | 定数 |
public static const GREEN:uint = 2
| 言語バージョン : | ActionScript 3.0 |
| Player のバージョン : | Flash Player 9 |
緑チャンネルです。
| RED | 定数 |
public static const RED:uint = 1
| 言語バージョン : | ActionScript 3.0 |
| Player のバージョン : | Flash Player 9 |
赤チャンネルです。
このページに新しいコメントが追加された場合に、電子メールでの通知を希望する。 | コメントレポート
現在のページ: http://livedocs.adobe.com/flash/9.0_jp/ActionScriptLangRefV3/flash/display/BitmapDataChannel.html