Recurity.Swf.TagHandler.SetBackgroundColor.SetBackgroundColor C# (CSharp) Method

SetBackgroundColor() public method

public SetBackgroundColor ( byte init ) : System
init byte
return System
        public SetBackgroundColor(byte init)
            : base(init)
        {
            this._color = new Rgb(init);
        }