Recurity.Swf.AlphaBitmapData.AlphaBitmapData C# (CSharp) 메소드

AlphaBitmapData() 공개 메소드

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.
리턴 System
        public AlphaBitmapData( byte InitialVersion )
            : base(InitialVersion)
        {
            this._bitmapPixelData = new List<Rgb>();
        }