public class BrightnessTransform extends Transformation<BrightnessTransform,ITransformable.Brightness>
Modifier and Type | Field and Description |
---|---|
protected int |
fromBrightness |
protected int |
toBrightness |
delay, duration, elapsedTimeCurrentLoop, LINEAR, loopResetDelay, loops, loopStartDelay, movement, reversed, SINUSOIDAL
Constructor and Description |
---|
BrightnessTransform(int fromBrightness,
int toBrightness) |
Modifier and Type | Method and Description |
---|---|
protected void |
doTransform(ITransformable.Brightness transformable,
float comp) |
completion, delay, forTicks, forTicks, getDelay, getDuration, getLoopDuration, getLoops, loop, loop, movement, reversed, totalDuration, transform, transform
public BrightnessTransform(int fromBrightness, int toBrightness)
protected void doTransform(ITransformable.Brightness transformable, float comp)
doTransform
in class Transformation<BrightnessTransform,ITransformable.Brightness>