Recurity.Swf.AlphaBitmapData.AlphaBitmapData C# (CSharp) Method

AlphaBitmapData() public method

A list of ARGB records. ARGB is the same as RGBA but the first byte is the alpha channel
public AlphaBitmapData ( byte InitialVersion ) : System
InitialVersion byte The version of the Swf file using this object.
return System
        public AlphaBitmapData( byte InitialVersion )
            : base(InitialVersion)
        {
            this._bitmapPixelData = new List<Rgb>();
        }