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

Parse() protected method

protected Parse ( ) : void
return void
        protected override void Parse()
        {
            _color.Parse(_dataStream);
        }