Class ColorUtils.RainbowChanger
java.lang.Object
me.emafire003.dev.coloredglowlib.util.ColorUtils.RainbowChanger
- Enclosing class:
ColorUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoidsetRainbowColor(int factor) It will need to be called periodically to function properly
-
Constructor Details
-
RainbowChanger
public RainbowChanger(int r, int g, int b)
-
-
Method Details
-
getColorValue
public int getColorValue() -
setRainbowColor
public void setRainbowColor(int factor) It will need to be called periodically to function properly
-