| Package | jp.naggg.filters |
| Class | public class WaterfallFilter |
| Inheritance | WaterfallFilter flash.filters.ShaderFilter |
| Property | Defined By | ||
|---|---|---|---|
| length : int
フィルタが適用されるピクセル数、0 ~ 8192
| WaterfallFilter | ||
| type : int
フィルタの始点方向、0, 1, 2, 3
| WaterfallFilter | ||
| Method | Defined By | ||
|---|---|---|---|
WaterfallFilter(length:uint = 0, type:uint = 0) | WaterfallFilter | ||
toString():String
文字列表現を返します.
| WaterfallFilter | ||
| Constant | Defined By | ||
|---|---|---|---|
| TYPE_BOTTOM : int = 3 [static] type で指定する値、フィルタの始点=下 | WaterfallFilter | ||
| TYPE_LEFT : int = 0 [static] type で指定する値、フィルタの始点=左 | WaterfallFilter | ||
| TYPE_RIGHT : int = 2 [static] type で指定する値、フィルタの始点=右 | WaterfallFilter | ||
| TYPE_TOP : int = 1 [static] type で指定する値、フィルタの始点=上 | WaterfallFilter | ||
| length | property |
length:intフィルタが適用されるピクセル数、0 ~ 8192
public function get length():int public function set length(value:int):void| type | property |
type:intフィルタの始点方向、0, 1, 2, 3
public function get type():int public function set type(value:int):void| WaterfallFilter | () | Constructor |
public function WaterfallFilter(length:uint = 0, type:uint = 0)Parameters
length:uint (default = 0) — フィルタが適用されるピクセル数、0 ~ 8192
| |
type:uint (default = 0) — フィルタの始点方向、0, 1, 2, 3
|
| toString | () | method |
public function toString():String文字列表現を返します.
ReturnsString |
| TYPE_BOTTOM | Constant |
public static const TYPE_BOTTOM:int = 3type で指定する値、フィルタの始点=下
| TYPE_LEFT | Constant |
public static const TYPE_LEFT:int = 0type で指定する値、フィルタの始点=左
| TYPE_RIGHT | Constant |
public static const TYPE_RIGHT:int = 2type で指定する値、フィルタの始点=右
| TYPE_TOP | Constant |
public static const TYPE_TOP:int = 1type で指定する値、フィルタの始点=上