swf-go/tag/SetBackgroundColor.go

12 lines
215 B
Go

package tag
import "git.gammaspectra.live/WeebDataHoarder/swf-go/types"
type SetBackgroundColor struct {
BackgroundColor types.RGB
}
func (s *SetBackgroundColor) Code() Code {
return RecordSetBackgroundColor
}