| パッケージ | flash.display |
| クラス | public final class BitmapDataChannel |
| 継承 | BitmapDataChannel Object |
| 言語バージョン: | ActionScript 3.0 |
| ランタイムバージョン: | AIR 1.0, Flash Player 9, Flash Lite 4 |
メソッドを呼び出すとき、ビット単位の OR 演算子(|)を使って BitmapDataChannel 定数を結合すれば、複数のカラーチャンネルを指定することができます。
BitmapDataChannel 定数は、次のような値として使用されます。
-
sourceChannelパラメーターおよびdestChannelパラメーター(flash.display.BitmapData.copyChannel()メソッドのパラメーター) -
channelOptionsパラメーター(flash.display.BitmapData.noise()メソッドのパラメーター) -
flash.filters.DisplacementMapFilter.componentXプロパティおよびflash.filters.DisplacementMapFilter.componentYプロパティ
関連する API エレメント
flash.display.BitmapData.copyChannel()
flash.display.BitmapData.noise()
flash.filters.DisplacementMapFilter.componentX
flash.filters.DisplacementMapFilter.componentY
flash.display.BitmapData.noise()
flash.filters.DisplacementMapFilter.componentX
flash.filters.DisplacementMapFilter.componentY
パブリックプロパティ
パブリックメソッド
パブリック定数
| 定数 | 定義元 | ||
|---|---|---|---|
| ALPHA : uint = 8 [静的]
アルファチャンネルです。 | BitmapDataChannel | ||
| BLUE : uint = 4 [静的]
青チャンネルです。 | BitmapDataChannel | ||
| GREEN : uint = 2 [静的]
緑チャンネルです。 | BitmapDataChannel | ||
| RED : uint = 1 [静的]
赤チャンネルです。 | BitmapDataChannel | ||
定数の詳細
ALPHA | 定数 |
public static const ALPHA:uint = 8| 言語バージョン: | ActionScript 3.0 |
| ランタイムバージョン: | AIR 1.0, Flash Player 9, Flash Lite 4 |
アルファチャンネルです。
BLUE | 定数 |
public static const BLUE:uint = 4| 言語バージョン: | ActionScript 3.0 |
| ランタイムバージョン: | AIR 1.0, Flash Player 9, Flash Lite 4 |
青チャンネルです。
GREEN | 定数 |
public static const GREEN:uint = 2| 言語バージョン: | ActionScript 3.0 |
| ランタイムバージョン: | AIR 1.0, Flash Player 9, Flash Lite 4 |
緑チャンネルです。
RED | 定数 |
public static const RED:uint = 1| 言語バージョン: | ActionScript 3.0 |
| ランタイムバージョン: | AIR 1.0, Flash Player 9, Flash Lite 4 |
赤チャンネルです。
Tue Jun 12 2018, 10:34 AM Z
継承されるパブリックプロパティを隠す
継承されるパブリックプロパティを表示