| Package | org.ffilmation.utils |
| Class | public class BumpMap |
| Property | Defined by | ||
|---|---|---|---|
| COMPONENT_X : Number = 1 [static]
| BumpMap | ||
| COMPONENT_Y : Number = 2 [static]
| BumpMap | ||
| inputData : BitmapData | BumpMap | ||
| outputData : BitmapData [read-only]
| BumpMap | ||
| Method | Defined by | ||
|---|---|---|---|
|
BumpMap(inputData:BitmapData)
| BumpMap | ||
| COMPONENT_X | property |
public static var COMPONENT_X:Number = 1
| COMPONENT_Y | property |
public static var COMPONENT_Y:Number = 2
| inputData | property |
inputData:BitmapData [read-write]Implementation
public function get inputData():BitmapData
public function set inputData(value:BitmapData):void
| outputData | property |
outputData:BitmapData [read-only]Implementation
public function get outputData():BitmapData
| BumpMap | () | constructor |
public function BumpMap(inputData:BitmapData)Parameters
inputData:BitmapData |