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

MorphGradient() public method

Swf 8 and later supports up to 15 gradient control points, spread modes and a new

interpolation type.

public MorphGradient ( byte InitialVersion ) : System
InitialVersion byte The version of the Swf file using this object.
return System
        public MorphGradient(byte InitialVersion)
            : base(InitialVersion)
        {
        }