style_background.go 61 B

12345
  1. package ultraviolet
  2. type Background struct {
  3. Color Color
  4. }