public override int GetHashCode()
 {
     return(spot.GetHashCode() ^ tint.GetHashCode());
 }