fillRect(0, 0, t, [choice1]);
fillRect(0, 0, t, 75);
fillRect(0, 0, [choice1], t);
fillRect(0, 0, 50, t);
fillRect(0, 0, [choice1], [choice2]);
fillRect(0, 0, t, 100);
fillRect([choice1], t, 25, 25);
fillRect(50, t, 25, 25);
fillRect(t, [choice1], 25, 25);
fillRect(t, 75, 25, 25);
fillRect(0, [choice1], 100 - t, 50);
fillRect(0, 50, 100 - t, 50);
fillRect(0, 0, [choice1], [choice2]);
fillRect(0, 0, 100 - t, 50);
fillRect(75 - t, [choice1], 25, 25);
fillRect(75 - t, 75, 25, 25);
fillRect([choice1], [choice2], 25, 25);
fillRect(75 - t, 75 - t, 25, 25);
setColor('[choice1]'); fillRect(0, 0, [choice2], [choice3]);
setColor('green'); fillRect(0, 0, 100, t);
setColor('[choice1]'); fillRect([choice2], t, 50, 50);
setColor('blue'); fillRect(50 - t, t, 50, 50);
fillRect(0, [choice1], t, 25); fillRect([choice2], 0, 25, t);
fillRect(0, 75, t, 25); fillRect(75, 0, 25, t);
setColor('[choice1]'); fillRect(25, [choice2], 25, 75); setColor('[choice3]'); fillRect([choice4], 25, 75, 25);
setColor('red'); fillRect(25, 100 - t, 25, 75); setColor('green'); fillRect(100- t, 25, 75, 25);
if (t <= 50) fillRect(0, 0, [choice1], [choice2]); else fillRect(0, 0, [choice3], [choice4]);
if (t <= 50) fillRect(0, 0, 50, t); else fillRect(0, 0, t, 50);
if (t <= [choice1]) fillRect(t, 0, 25, 25); else fillRect([choice2], t - [choice3], 25, 25);
if (t <= 75) fillRect(t, 0, 25, 25); else fillRect(75, t - 75, 25, 25);
if (t <= 50) fillRect(0, 0, t * [choice1], t * [choice2]); else fillRect(0, 0, (100 - t) * [choice3], (100 - t) * [choice4]);
if (t <= 50) fillRect(0, 0, t, t * 2); else fillRect(0, 0, 100 - t, (100 - t) * 2);
if (t <= 25) fillRect(t * 3, 0, 25, 25); else if (t <= [choice1]) fillRect (75, (t - 25) * [choice2], 25, 25); else fillRect(([choice3] - t) * [choice4], [choice5], 25, 25);
if (t <= 25) fillRect(t * 3, 0, 25, 25); else if (t <= 50) fillRect (75, (t - 25) * 3, 25, 25); else fillRect((125 - t) , 75, 25, 25);
if (t <= 50) { setColor('red'); fillRect([choice1], 0, 25, 50); setColor('green'); fillRect([choice2], t, 50, 25); setColor('blue'); fillRect([choice3], 50, 25, 50); } else { setColor('red'); fillRect([choice4], t - 50, 25, 50); setColor('green'); fillRect([choice5], 50, 50, 25); setColor('blue'); fillRect([choice6], 100 - t, 25, 50); }
if (t <= 50) { setColor('red'); fillRect(75 - t, 0, 25, 50); setColor('green'); fillRect(0, t, 50, 25); setColor('blue'); fillRect(25 + t, 50, 25, 50); } else { setColor('red'); fillRect(25, t - 50, 25, 50); setColor('green'); fillRect(t - 50, 50, 50, 25); setColor('blue'); fillRect(75, 100 - t, 25, 50); }
if (t <= 50) setRGB(0, [choice1], [choice2]); else setRGB((t - 50) * 2, [choice3], [choice4]); fillRect(0, 0, 100, 100);
if (t <= 50) setRGB(0, 0, t * 2); else setRGB((t - 50) * 2, 0, 100); fillRect(0, 0, 100, 100);
if (t <= 50) setRGB([choice1], 0, [choice2]); else setRGB([choice3], (t - 50) * 3, [choice4]); fillRect(0,0,100,100); if (t <= 50) setRGB([choice5], 0, [choice6]); else setRGB([choice7], (t - 50) * 3, [choice8]); fillRect(t/2, t/2, 50, 50);
if (t <= 50) setRGB(0, 0, t * 3); else setRGB(0, (t - 50) * 3, 150); fillRect(0, 0, 100, 100); if (t <= 50) setRGB(t * 3, 0, 0); else setRGB(150, (t - 50) * 3, 0); fillRect(t/2, t/2, 50, 50);
fillRect(0, 0, t, 50);
fillRect(0, 0, 50, t);
fillRect(t, 0, 50, 50);
fillRect(0, t, 50, 50);
fillRect(0, 50, 100-t, 50);
fillRect(50, 0, 50, 100-t);
fillRect(50-t, t, 50, 50);
fillRect(50-t, 50-t, 50, 50);
setColor('red'); fillRect(0, 0, t, 50); setColor('blue'); fillRect(100-t, 50, t, 50);
setColor('blue'); fillRect(50, 0, 50, t); setColor('red'); fillRect(0, 100-t, 50, t);
setColor('red'); fillRect(t, t, 50, 50); setColor('blue'); fillRect(50-t, 50-t, 50, 50);
setColor('blue'); fillRect(t, 50-t, 50, 50); setColor('red'); fillRect(50-t, t, 50, 50);
if (t <= 50) fillRect(t, 0, 50, 50); else fillRect(50, t-50, 50, 50);
if (t <= 50) fillRect(50, t, 50, 50); else fillRect(100-t, 50, 50, 50);
if (t <= 50) fillRect(t, t/2, 50, 50); else fillRect(100-t, t/2, 50, 50);
if (t <= 50) fillRect(t/2, t, 50, 50); else fillRect(t/2, 100-t, 50, 50);
if (t <= 25) fillRect(t*2, 0, 50, 50); else if (t <= 50) fillRect(50, (t-25)*2, 50, 50); else if (t <= 75) fillRect((75-t)*2, 50, 50, 50); else fillRect(0, (100-t)*2, 50, 50);
if (t <= 25) fillRect((25-t)*2, 0, 50, 50); else if (t <= 50) fillRect(0, (t-25)*2, 50, 50); else if (t <= 75) fillRect((t-50)*2, 50, 50, 50); else fillRect(50, (100-t)*2, 50, 50);
if (t <= 25) fillRect(t*2, 0, 50, 50); else if (t <= 50) fillRect((50-t)*2, (t-25)*2, 50, 50); else if (t <= 75) fillRect((t-50)*2, 50, 50, 50); else fillRect((100-t)*2, (100-t)*2, 50, 50);
if (t <= 25) fillRect(t*2, t*2, 50, 50); else if (t <= 50) fillRect(50, (50-t)*2, 50, 50); else if (t <= 75) fillRect((75-t)*2, (t-50)*2, 50, 50); else fillRect(0, (100-t)*2, 50, 50);
if (t <= 50) { setColor('red'); fillRect(t, 0, 50, 50); setColor('blue'); fillRect(50-t, 50, 50, 50); } else { setColor('red'); fillRect(50, t-50, 50, 50); setColor('blue'); fillRect(0, 100-t, 50, 50); }
if (t <= 50) { setColor('red'); fillRect(t, t, 50, 50); setColor('blue'); fillRect(50-t, 50-t, 50, 50); } else { setColor('blue'); fillRect(t-50, t-50, 50, 50); setColor('red'); fillRect(100-t, 100-t, 50, 50); }
if (t <= 50) { setColor('red'); fillRect(t, 0, 50, 50); setColor('green'); fillRect(50, t, 50, 50); setColor('blue'); fillRect(50-t, 50, 50, 50); setColor('black'); fillRect(0, 50-t, 50, 50); } else { setColor('red'); fillRect(50, t-50, 50, 50); setColor('green'); fillRect(100-t, 50, 50, 50); setColor('blue'); fillRect(0, 100-t, 50, 50); setColor('black'); fillRect(t-50, 0, 50, 50); }
if (t <= 50) { setColor('red'); fillRect(0, t, 50, 50); setColor('black'); fillRect(t, 50, 50, 50); setColor('blue'); fillRect(50, 50-t, 50, 50); setColor('green'); fillRect(50-t, 0, 50, 50); } else { setColor('red'); fillRect(t-50, 50, 50, 50); setColor('black'); fillRect(50, 100-t, 50, 50); setColor('blue'); fillRect(100-t, 0, 50, 50); setColor('green'); fillRect(0, t-50, 50, 50); }
if (t <= 50) setRGB(t*2, 0, 0); else setRGB(100-(t-50)*2, 0, 0); fillRect(0, 0, 100, 100);
if (t <= 50) setRGB(0, 0, 100-t*2); else setRGB(0, 0, (t-50)*2); fillRect(0, 0, 100, 100);
if (t <= 50) setRGB(100-t*2, t*2, 0); else setRGB(0, 100-(t-50)*2, (t-50)*2); fillRect(0, 0, 100, 100);
if (t <= 50) setRGB(0, 100-t*2, t*2); else setRGB((t-50)*2, 0, 100-(t-50)*2); fillRect(0, 0, 100, 100);
if (t <= 25) fillRect(t*3, 0, 25, 25); else fillRect(75, t-25, 25, 25); if (t <= 75) fillRect(75-t, 75, 25, 25); else fillRect(0, 75-(t-75)*3, 25, 25);
if (t <= 75) fillRect(0, t, 25, 25); else fillRect((t-75)*3, 75, 25, 25); if (t <= 25) fillRect(t*3, 75, 25, 25); else fillRect(75, 100-t, 25, 25);
if (t <= 75) fillRect(25 + t, 0, 25, 25); if (50 < t) fillRect(t-75, 0, 25, 25);
if (t <= 50) fillRect(0, 50 + t, 25, 25); if (25 < t) fillRect(0, t-50, 25, 25);
if (t <= 75) fillRect(50 + t, t, 25, 25); if (25 < t) fillRect(t-50, t, 25, 25); if (75 < t) fillRect(t-50, t-100, 25, 25);
if (t <= 75) fillRect(t, 50-t, 25, 25); if (50 < t) fillRect(t, 150-t, 25, 25); if (75 < t) fillRect(t-100, 150-t, 25, 25);
setColor('red'); if (t <= 50) fillRect(50, 50, 25, 25); else if (t <= 75) fillRect(50, t, 25, 25); else fillRect(t-25, 75, 25, 25); setColor('blue'); if (t <= 50) fillRect(50, t-25, 25, 25); else fillRect(50, 25, 25, 25); setColor('green'); if (t <= 75) fillRect(t-50, 75, 25, 25); else fillRect(25, 75, 25, 25);
setColor('red'); if (t <= 25) fillRect(25, 25, 25, 25); else if (t <= 50) fillRect(t, 25, 25, 25); else if (t <= 75) fillRect(50, t-25, 25, 25); else fillRect(125-t, 50, 25, 25); setColor('blue'); if (t <= 25) fillRect(t-25, 25, 25, 25); else fillRect(0, 25, 25, 25); if (t <= 75) fillRect(150-t, 50, 25, 25); else fillRect(75, 50, 25, 25); setColor('green'); if (t <= 50) fillRect(50, t-50, 25, 25); else fillRect(50, 0, 25, 25);
for (var i = 0; i < 100; i++) { if (t < i) setRGB(100-i+t, 0, 0); else setRGB(100-t+i, 0, 0); fillRect(i, 0, 1, 100); }
for (var i = 0; i < 100; i++) { if (t < i) setRGB(0, 0, 100-i+t); else setRGB(0, 0, 100-t+i); fillRect(0, i, 100, 1); }
for (var i = 0; i < 100; i++) { if (t < i) setRGB(100-i+t, 0, i-t); else setRGB(100-t+i, t-i, 0); fillRect(i, 0, 1, 100); }
for (var i = 0; i < 100; i++) { if (t < i) setRGB(0, 100-i+t, i-t); else setRGB(t-i, 100-t+i, 0); fillRect(0, i, 100, 1); }
if (t <= 50) fillRect(50-t, 50-t, t*2, t*2); else fillRect(t-50, t-50, 200-t*2, 200-t*2);
if (t <= 50) fillRect(100-t*2, 100-t*2, t*2, t*2); else fillRect(0, 0, 100-(t-50)*2, 100-(t-50)*2);
setColor('red'); if (t <= 25) fillRect(t*2, 0, 50, 50); else if (t <= 50) fillRect(50, t*2-50, 50, 50); else if (t <= 75) fillRect(150-t*2, 50, 50, 50); else fillRect(0, 200-t*2, 50, 50); setColor('blue'); if (t <= 25) fillRect(50-t, 50, 25, 25); else if (t <= 50) fillRect(25, 75-t, 25, 25); else if (t <= 75) fillRect(t-25, 25, 25, 25); else fillRect(50, t-50, 25, 25);
setColor('red'); if (t <= 25) fillRect(50-t*2, 0, 50, 50); else if (t <= 50) fillRect(0, (t-25)*2, 50, 50); else if (t <= 75) fillRect((t-50)*2, 50, 50, 50); else fillRect(50, 50-(t-75)*2, 50, 50); setColor('blue'); fillRect(25, 25, 50, 50); setColor('green'); if (t <= 25) fillRect(t*2, 50, 50, 50); else if (t <= 50) fillRect(50, 100-t*2, 50, 50); else if (t <= 75) fillRect(150-t*2, 0, 50, 50); else fillRect(0, t*2-150, 50, 50);
if (t <= 25) fillRect(0, 50, 100, 25); else if (t <= 50) fillRect(0, 25 + t, 100, 25); else if (t <= 75) fillRect(0, 125-t, 100, 25); else fillRect(0, 50, 100, 25); if (t <= 25) fillRect(0, t, 100, 25); else if (t <= 75) fillRect(0, 25, 100, 25); else fillRect(0, 100-t, 100, 25);
setColor('black'); fillRect(0, t-25, 100, 25); setColor('green'); if (t <= 75) fillRect(0, t-25, 100, 25); else fillRect(0, 50, 100, 25); setColor('blue'); if (t <= 50) fillRect(0, t-25, 100, 25); else fillRect(0, 25, 100, 25); setColor('red'); if (t <= 25) fillRect(0, t-25, 100, 25); else fillRect(0, 0, 100, 25);
setColor('black'); if (t <= 50) fillRect(100-t*2, 0, t, 100); else fillRect(0, 0, 100-t, 100); setColor('green'); if (t <= 50) fillRect(100-t, 0, t, 100); else fillRect(100-t, 0, 100-t, 100);
setColor('blue'); if (t <= 50) fillRect(0, 25, (t-25)*4, 50); else if (t <= 75) fillRect(0, 25, 100, 50); else fillRect((t-75)*4, 25, 100-(t-75)*4, 50); setColor('red'); if (t <= 25) fillRect(25, 0, 50, t*4); else if (t <= 50) fillRect(25, 0, 50, 100); else if (t <= 75) fillRect(25, (t-50)*4, 50, 100-(t-50)*4);
if (t <= 50) setRGB(0, 100-t*2, 0); else setRGB((t-50)*2, 0, 0); fillRect(0, 0, 100, 100);
if (t <= 25) setRGB(t*4, 0, 0); else if (t <= 50) setRGB(100-(t-25)*4, (t-25)*4, 0); else if (t <= 75) setRGB(0, 100-(t-50)*4, (t-50)*4); else setRGB(0, 0, 100-(t-75)*4); fillRect(0, 0, 100, 100);
if (t <= 25) fillRect(t*3, t, 25, 25); else if (t <= 50) fillRect(150-t*3, t, 25, 25); else if (t <= 75) fillRect(t*3-150, t, 25, 25); else fillRect(150-t, 300-t*3, 25, 25);
if (t <= 50) fillRect(t*3, t, 25, 25); if (25 < t) fillRect(-100+t*3, t, 25, 25); if (50 < t) fillRect(-200+t*3, t, 25, 25); if (75 < t) fillRect(-300+t*3, -100+t, 25, 25);
setColor('red'); if (t <= 50) fillRect(t-25, 75-t, 25, 25); else if (t <= 75) fillRect(t-25, t-25, 25, 25); else fillRect(t-25, 125-t, 25, 25); setColor('blue'); if (t <= 50) fillRect(25, 0, 25, 25); else fillRect(25, 50-t, 25, 25); setColor('green'); if (t <= 75) fillRect(50, 75, 25, 25); else fillRect(50, t, 25, 25);
setColor('red'); if (t <= 50) fillRect(t-25, 75-t, 25, 25); else if (t <= 75) fillRect(t-25, t-25, 25, 25); else fillRect(t-25, 125-t, 25, 25); setColor('blue'); if (t <= 50) fillRect(75-t, t-50, 25, 25); else fillRect(75-t, 50-t, 25, 25); setColor('green'); if (t <= 75) fillRect(125-t, 150-t, 25, 25); else fillRect(125-t, t, 25, 25);
for (var y = 0; y < 5; y++) { for (var x = 0; x < 6; x++) { fillRect(20*x-20+t%20, 20*y, 10, 10); fillRect(20*x-10+t%20, 20*y+10, 10, 10); } }
for (var y = 0; y < 12; y++) { for (var x = 0; x < 12; x++) { if ((x+y) % 2 == 0) setColor('red'); else if ((x+y) % 4 == 1) setColor('blue'); else setColor('green'); fillRect(10*x-20+t%20, 10*y-20+t%20, 10, 10); } }
for (var y = 0; y < 5; y++) { for (var x = 0; x < 6; x++) { fillRect(20*x-20+t%20, 20*y, 10, 10); fillRect(20*x+10-t%20, 20*y+10, 10, 10); } }
setColor('red'); fillRect(0, 0, 100, 100); for (var y = 0; y < 14; y++) { for (var x = 0; x < 14; x++) { if ((x+y) % 4 == 1) { setColor('blue'); fillRect(10*x-20+t%20, 10*y-20-t%20, 10, 10); } else if ((x+y) % 4 == 3) { setColor('green'); fillRect(10*x-20-t%20, 10*y-20+t%20, 10, 10); } } }
for (var y = 0; y < 5; y++) { for (var x = 0; x < 5; x++) { setRGB(t, 0, 0); fillRect(20*x, 20*y, 10, 10); setRGB(0, 0, t); fillRect(20*x+10, 20*y+10, 10, 10); } }
for (var y = 0; y < 10; y++) { for (var x = 0; x < 10; x++) { if (t <= 50) { if ((x+y) % 2 == 0) setRGB(100-t*2, 0, 0); else setRGB(t*2, t*2, 100); } else { if ((x+y) % 2 == 0) setRGB(0, 0, (t-50)*2); else setRGB(100-(t-50)*2, 100, 100-(t-50)*2); } fillRect(10*x, 10*y, 10, 10); } }