| Property | Defined By | ||
|---|---|---|---|
| bitmap : BitmapData [read-only] | TGADecoder | ||
| height : int [read-only] | TGADecoder | ||
| pixelDirection : int [read-only] | TGADecoder | ||
| width : int [read-only] | TGADecoder | ||
| Method | Defined By | ||
|---|---|---|---|
TGADecoder(bytes:ByteArray)
Construct TGA file from ByteArray. | TGADecoder | ||
| bitmap | property |
bitmap:BitmapData [read-only] public function get bitmap():BitmapData| height | property |
height:int [read-only] public function get height():int| pixelDirection | property |
pixelDirection:int [read-only] public function get pixelDirection():int| width | property |
width:int [read-only] public function get width():int| TGADecoder | () | Constructor |
public function TGADecoder(bytes:ByteArray)Construct TGA file from ByteArray.
Parametersbytes:ByteArray |