ColorCycle<COLOR, PERCENT, RPM>
ColorCycle<OFF_COLOR, OFF_PERCENT, OFF_RPM, ON_COLOR, ON_PERCENT, ON_RPM, FADE_TIME_MILLIS, BASE_COLOR>
This is intended for a small ring of neopixels A section of the ring is lit at the specified color and rotates at the specified speed. The size of the lit up section is defined by "percentage". The arguments for this style are divided into two groups of { COLOR, PERCENT, RPM }, one for while the blade is OFF, and the other while it's ON. BASE_COLOR is the color of pixels not part of the lit section, so if PERCENT is 0, the entire blade will be BASE_COLOR, and if PERCENT is 100, the entire blade will be OFF_COLOR or ON_COLOR (depending on blade state). FADE_TIME_MILLIS is the time taken to transition between the OFF and ON groups of values.