Home | History | Annotate | Download | only in splash

Lines Matching defs:color

32     private final VariableColor color;
38 * @param color the variable color of the given sprite.
41 public ColorSprite(VariableColor color,
44 this.color = color;
53 // Save the old color.
54 Color oldColor = graphics.getColor();
56 // Set the new color.
57 graphics.setColor(color.getColor(time));
62 // Restore the old color.