| パッケージ | flash.display |
| public final class BitmapDataChannel | |
| 継承 | BitmapDataChannel Object |
メソッドを呼び出すとき、ビット単位の OR 演算子 (|) を使って BitmapDataChannel 定数を結合すれば、複数のカラーチャネルを指定することができます。
BitmapDataChannel 定数は、次のような値として使用されます。
flash.display.BitmapData.copyChannel() メソッドの sourceChannel パラメータおよび destChannel パラメータflash.display.BitmapData.noise() メソッドの channelOptions パラメータ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アルファチャネルです。
| BLUE | 定数 |
public static const BLUE:uint = 4青チャネルです。
| GREEN | 定数 |
public static const GREEN:uint = 2緑チャネルです。
| RED | 定数 |
public static const RED:uint = 1赤チャネルです。
このページに新しいコメントが追加された場合に、電子メールでの通知を希望する。 | コメントレポート
現在のページ: http://livedocs.adobe.com/flex/2_jp/langref/flash/display/BitmapDataChannel.html