public class DRNGColorCycle extends ColorCycle
| Modifier and Type | Class and Description |
|---|---|
static class |
DRNGColorCycle.Cell |
static class |
DRNGColorCycle.DColorCell |
static class |
DRNGColorCycle.DIndexCell |
isActive, isBlended, rate, timeScale| Constructor and Description |
|---|
DRNGColorCycle(int rate,
int timeScale,
int min,
int max,
boolean isActive,
boolean isEHB,
DRNGColorCycle.Cell[] cells) |
| Modifier and Type | Method and Description |
|---|---|
void |
doCycle(int[] rgbs,
long time) |
int |
getMax() |
int |
getMin() |
clone, getRate, getTimeScale, isActive, isBlended, setBlendedpublic DRNGColorCycle(int rate,
int timeScale,
int min,
int max,
boolean isActive,
boolean isEHB,
DRNGColorCycle.Cell[] cells)
public int getMin()
public int getMax()
public void doCycle(int[] rgbs,
long time)
doCycle in class ColorCycleCopyright © 2022. All Rights Reserved.