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

    Methods inherited from class dev.esophose.playerparticles.util.HexUtils.Rainbow

    next

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AnimatedRainbow

      public AnimatedRainbow​(int totalColors, float saturation, float brightness, int speed)