Processingでバナー作成テスト中 以下のソースで実行size(940,200);colorMode(RGB, 100);background(100);for(int i=0 ; i < 940 ; i++) { stroke(random(100), random(100), random(100)); strokeWeight(random(10)); line(i, 0, i, 200);}上記結果は以下 前の記事 次の記事