Home | History | Annotate | Download | only in splash

Lines Matching defs:color

33     private final VariableColor color;
45 * @param color the variable color of the rectangle.
52 VariableColor color,
58 this(filled, color, x, y, width, height, new ConstantInt(0), new ConstantInt(0));
65 * @param color the variable color of the rectangle.
74 VariableColor color,
83 this.color = color;
96 graphics.setColor(color.getColor(time));