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

Argb() public method

The ARGB record behaves exactly like the RGBA record, but the alpha value for the ARGB record is in the first byte.
public Argb ( byte InitialVersion ) : System
InitialVersion byte The version of the Swf file using this tag.
return System
        public Argb( byte InitialVersion )
            : base(InitialVersion)
        {
        }