714715716717718719720721
new Numbers.Interpolate<>(p.lowColor(), p.highColor(), p.highColor())); if (subsequent == null) { return t; } else { return new Fan(new BlendLeftOver(), t, subsequent); } }
752753754755756757758759
new Numbers.Interpolate<>(p.lowColor(), p.highColor(), Util.CLEAR)); if (subsequent == null) { return t; } else { return new Fan(new BlendLeftOver(), t, subsequent); } }