| パッケージ | flash.filters |
| public final class BitmapFilterType | |
| 継承 | BitmapFilterType Object |
関連項目
| 定数 | 定義 | ||
|---|---|---|---|
| FULL : String = "full" [static]
オブジェクトの領域全体にフィルタを適用する設定を定義します。
| BitmapFilterType | ||
| INNER : String = "inner" [static]
オブジェクトの内側の領域にフィルタを適用する設定を定義します。
| BitmapFilterType | ||
| OUTER : String = "outer" [static]
オブジェクトの外側の領域にフィルタを適用する設定を定義します。
| BitmapFilterType | ||
| FULL | 定数 |
public static const FULL:String = "full"オブジェクトの領域全体にフィルタを適用する設定を定義します。
| INNER | 定数 |
public static const INNER:String = "inner"オブジェクトの内側の領域にフィルタを適用する設定を定義します。
| OUTER | 定数 |
public static const OUTER:String = "outer"オブジェクトの外側の領域にフィルタを適用する設定を定義します。