public class LinearColor extends Object
| Constructor and Description |
|---|
LinearColor(Color fromValue,
Color toValue,
proguard.gui.splash.Timing timing)
Creates a new LinearColor.
|
public LinearColor(Color fromValue, Color toValue, proguard.gui.splash.Timing timing)
fromValue - the value that corresponds to a timing of 0.toValue - the value that corresponds to a timing of 1.timing - the applied timing.public Color getColor(long time)
Copyright © 2015. All Rights Reserved.