style_color.go 87 B

12345678
  1. package ultraviolet
  2. type Color struct {
  3. Red int
  4. Green int
  5. Blue int
  6. Alpha int
  7. }