public void ColorMark(Color puckColor) { render.material.color = ColorMixer.ColorMix(render.material.color, puckColor); }