public override bool Activate(ref LightSwitchEventEffect light, ref BeatmapEventData data, ref BeatmapEventType eventType) { ColourManager.RecolourLight(ref light, A == Color.clear ? ColourManager.LightA : A, B == Color.clear ? ColourManager.LightB : B); return(true); }