Einheit Farbmischung
static Color MixColors(Color a, Color b) => (a + b) / 2;
Fancy Frog
static Color MixColors(Color a, Color b) => (a + b) / 2;