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