/// <summary> /// Sets a static color on the mouse. /// </summary> /// <param name="effect">An instance of the <see cref="Static" /> effect.</param> public void SetStatic(Static effect) { SetGuid(NativeWrapper.CreateMouseEffect(effect)); }
public void Set(Static effect) { SetStatic(effect); }