/// <summary> /// Sets a spectrum cycling effect on the mouse. /// </summary> /// <param name="effect">Effect options struct.</param> public void SetSpectrumCycling(SpectrumCycling effect) { SetGuid(NativeWrapper.CreateMouseEffect(effect)); }
public void Set(SpectrumCycling effect) { SetSpectrumCycling(effect); }