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

Pix15() public method

PIX15 is a RGB representation with 5 bits per channel
public Pix15 ( byte InitialVersion ) : System
InitialVersion byte The version of the Swf file using this object.
return System
        public Pix15( byte InitialVersion )
            : base(InitialVersion)
        {
        }