Home | History | Annotate | Download | only in splash

Lines Matching refs:Timing

26  * This VariableColor varies linearly with respect to its Timing.
34 private final Timing timing;
42 * @param fromValue the value that corresponds to a timing of 0.
43 * @param toValue the value that corresponds to a timing of 1.
44 * @param timing the applied timing.
46 public LinearColor(Color fromValue, Color toValue, Timing timing)
50 this.timing = timing;
58 double t = timing.getTiming(time);