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

Rgb() public method

The RGB record represents a color as a 24-bit red, green, and blue value.
public Rgb ( byte InitialVersion ) : System
InitialVersion byte The version of the swf file using this object
return System
        public Rgb(byte InitialVersion)
            : base(InitialVersion)
        {
        }