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

MorphLineStyle() public method

The format of a line style value within the file
public MorphLineStyle ( byte InitialVersion ) : System
InitialVersion byte The version of the Swf file using this object.
return System
        public MorphLineStyle(byte InitialVersion)
            : base(InitialVersion)
        {
            this._startColor = new Rgba(this._SwfVersion);
            this._endColor = new Rgba(this._SwfVersion);
        }