| Property | Defined by | ||
|---|---|---|---|
| blendMode : String = "normal" | ScanLinesEffect | ||
| ct : ColorTransform | ScanLinesEffect | ||
| Method | Defined by | ||
|---|---|---|---|
|
ScanLinesEffect(direction:String, thickness:int = 1, distance:int = 3, width:int = 500, height:int = 500, ct:ColorTransform = null, blendMode:String = "normal")
| ScanLinesEffect | ||
|
render(bmd:BitmapData):void
| ScanLinesEffect | ||
| Constant | Defined by | ||
|---|---|---|---|
| GRID : String = "grid" [static]
| ScanLinesEffect | ||
| HORIZONTAL : String = "horizontal" [static]
| ScanLinesEffect | ||
| VERTICAL : String = "vertical" [static]
| ScanLinesEffect | ||
| blendMode | property |
public var blendMode:String = "normal"
| ct | property |
public var ct:ColorTransform
| ScanLinesEffect | () | constructor |
public function ScanLinesEffect(direction:String, thickness:int = 1, distance:int = 3, width:int = 500, height:int = 500, ct:ColorTransform = null, blendMode:String = "normal")Parameters
direction:String |
|
thickness:int (default = 1) |
|
distance:int (default = 3) |
|
width:int (default = 500) |
|
height:int (default = 500) |
|
ct:ColorTransform (default = null) |
|
blendMode:String (default = "normal") |
| render | () | method |
public function render(bmd:BitmapData):voidParameters
bmd:BitmapData |
| GRID | constant |
public static const GRID:String = "grid"
| HORIZONTAL | constant |
public static const HORIZONTAL:String = "horizontal"
| VERTICAL | constant |
public static const VERTICAL:String = "vertical"