예제 #1
0
 internal BackgroundColorTag(SwfReader r)
     : base(TagType.BackgroundColor)
 {
     this.Color = new RGBA(r.GetByte(), r.GetByte(), r.GetByte(), 0xFF);
 }