パッケージflash.display
クラスpublic final class BitmapDataChannel
継承BitmapDataChannel Inheritance Object

言語バージョン : ActionScript 3.0
Player のバージョン : Flash Player 9

BitmapDataChannel クラスは、赤、青、緑、またはアルファ透明度のいずれのチャンネルを使用するかを示す定数値の列挙です。

メソッドを呼び出すとき、ビット単位の OR 演算子 (|) を使って BitmapDataChannel 定数を結合すれば、複数のカラーチャンネルを指定することができます。

BitmapDataChannel 定数は、次のような値として使用されます。

関連項目

flash.display.BitmapData.copyChannel()
flash.display.BitmapData.noise()
flash.filters.DisplacementMapFilter.componentX
flash.filters.DisplacementMapFilter.componentY


パブリック プロパティ
 プロパティ定義元
 Inheritedconstructor : Object
特定のオブジェクトインスタンスのクラスオブジェクトまたはコンストラクタ関数への参照です。
Object
 Inheritedprototype : Object
[static] クラスまたは関数オブジェクトのプロトタイプオブジェクトへの参照です。
Object
パブリック メソッド
 メソッド定義元
 Inherited
オブジェクトに指定されたプロパティが定義されているかどうかを示します。
Object
 Inherited
Object クラスのインスタンスが、パラメータとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。
Object
 Inherited
指定されたプロパティが存在し列挙できるかどうかを示します。
Object
 Inherited
ループ処理に対するダイナミックプロパティの可用性を設定します。
Object
 Inherited
指定されたオブジェクトのストリング表現を返します。
Object
 Inherited
指定されたオブジェクトのプリミティブな値を返します。
Object
パブリック 定数
 定数定義元
  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