Packageorg.libspark.pv3d.decoders
Classpublic class TGADecoder
InheritanceTGADecoder Inheritance Object



Public Properties
 PropertyDefined By
  bitmap : BitmapData
[read-only]
TGADecoder
  height : int
[read-only]
TGADecoder
  pixelDirection : int
[read-only]
TGADecoder
  width : int
[read-only]
TGADecoder
Public Methods
 MethodDefined By
  
TGADecoder(bytes:ByteArray)
Construct TGA file from ByteArray.
TGADecoder
Property Detail
bitmapproperty
bitmap:BitmapData  [read-only]


Implementation
    public function get bitmap():BitmapData
heightproperty 
height:int  [read-only]


Implementation
    public function get height():int
pixelDirectionproperty 
pixelDirection:int  [read-only]


Implementation
    public function get pixelDirection():int
widthproperty 
width:int  [read-only]


Implementation
    public function get width():int
Constructor Detail
TGADecoder()Constructor
public function TGADecoder(bytes:ByteArray)

Construct TGA file from ByteArray.

Parameters
bytes:ByteArray