Exemplo n.º 1
0
 public override int GetHashCode() => PlayingColor.GetHashCode();
Exemplo n.º 2
0
 public static ColorGroup GetColor(PlayingColor color) => Colors[(int)color];
Exemplo n.º 3
0
 public ColorGroup(PlayingColor playingColor, Color strongColor, Color softColor)
 {
     PlayingColor = playingColor;
     StrongColor  = strongColor;
     SoftColor    = softColor;
 }