-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add mouse trail length config option #7
base: master
Are you sure you want to change the base?
Conversation
I'm not sure I like how the shorter than 50 trail does not contain all the colors. |
This most recent commit changes the default behavior to only do 1 cycle of all the colors regardless of the number of Curves and tries to give party mode a consistent behavior regardless of the size too. One thing to note is that in the old behavior the full spectrum of colors isn't being used and caps at about 85% and leaves out some pinks and reds. So with the change, there is red on both sides of the trail because of where it loops. I think it is possible to shift the colors more so it isn't as noticeable. vs the existing one |
I went ahead and made the functionality similar to the existing version. |
…ength # Conflicts: # src/main/java/com/rainbowrave/RainbowRaveMouseTrailOverlay.java
5135f00
to
f9499d8
Compare
Adds an option to configure how long to make the mouse trail.