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

Rgba() public method

The RGBA record represents a color as 32-bit red, green, blue and alpha value.

public Rgba ( byte InitialVersion ) : System
InitialVersion byte The version of the swf file using this object
return System
        public Rgba( byte InitialVersion )
            : base(InitialVersion)
        {
        }