Class HexUtils.AnimatedGradient
java.lang.Object
dev.esophose.playerparticles.util.HexUtils.Gradient
dev.esophose.playerparticles.util.HexUtils.AnimatedGradient
- Enclosing class:
- HexUtils
public static class HexUtils.AnimatedGradient extends HexUtils.Gradient
Allows generation of an animated multi-part gradient with a defined number of steps
-
Field Summary
-
Constructor Summary
Constructors Constructor Description AnimatedGradient(java.util.List<java.awt.Color> colors, int steps, int speed)
-
Method Summary
-
Constructor Details
-
AnimatedGradient
public AnimatedGradient(java.util.List<java.awt.Color> colors, int steps, int speed)
-