Class HexUtils.AnimatedRainbow
java.lang.Object
dev.esophose.playerparticles.util.HexUtils.Rainbow
dev.esophose.playerparticles.util.HexUtils.AnimatedRainbow
- Enclosing class:
- HexUtils
public static class HexUtils.AnimatedRainbow extends HexUtils.Rainbow
Allows generation of an animated rainbow gradient with a fixed number of steps
-
Field Summary
Fields inherited from class dev.esophose.playerparticles.util.HexUtils.Rainbow
brightness, hue, hueStep, saturation
-
Constructor Summary
Constructors Constructor Description AnimatedRainbow(int totalColors, float saturation, float brightness, int speed)
-
Method Summary
-
Constructor Details
-
AnimatedRainbow
public AnimatedRainbow(int totalColors, float saturation, float brightness, int speed)
-