Recurity.Swf.Argb.Argb C# (CSharp) Метод

Argb() публичный Метод

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.
Результат System
        public Argb( byte InitialVersion )
            : base(InitialVersion)
        {
        }