| 言語バージョン: | ActionScript 3.0 |
| ランタイムバージョン: | AIR 1.0 Flash Player 9 |
DisplacementMapFilterMode クラスは DisplacementMapFilter クラスの
mode プロパティの値を提供します。
public static const CLAMP:String = "clamp"| 言語バージョン: | ActionScript 3.0 |
| ランタイムバージョン: | AIR 1.0 Flash Player 9 |
置き換え値をソースイメージのエッジに固定します。DisplacementMapFilter.mode プロパティと一緒に使用します。
関連項目
public static const COLOR:String = "color"| 言語バージョン: | ActionScript 3.0 |
| ランタイムバージョン: | AIR 1.0 Flash Player 9 |
置き換え値がイメージの外にある場合、color プロパティと alpha プロパティの値を置き換えます。DisplacementMapFilter.mode プロパティと一緒に使用します。
関連項目
public static const IGNORE:String = "ignore"| 言語バージョン: | ActionScript 3.0 |
| ランタイムバージョン: | AIR 1.0 Flash Player 9 |
置き換え値が範囲外である場合、その置き換えを無視して、ソースピクセルを使用します。DisplacementMapFilter.mode プロパティと一緒に使用します。
関連項目
public static const WRAP:String = "wrap"| 言語バージョン: | ActionScript 3.0 |
| ランタイムバージョン: | AIR 1.0 Flash Player 9 |
置き換え値をソースイメージの反対側で折り返します。DisplacementMapFilter.mode プロパティと一緒に使用します。
関連項目
© 2004-2008 Adobe Systems Incorporated. All rights reserved.
Thu Jan 8 2009, 12:14 AM -08:00