unity color mix

Code Example - unity color mix

                
                        static Color MixColors(Color a, Color b) => (a + b) / 2;