Daily Creative Coding

元「30 min. Processing」。毎日、Creative Codingします。

2015-11-06から1日間の記事一覧

周辺光量落ち

/** * Decrease in the peripheral light quantity * * @author aa_debdeb * @date 2015/11/06 */ void setup(){ size(640, 424); PImage image = loadImage("image.jpg"); image(image, 0, 0); noFill(); stroke(0); strokeWeight(1); for(int i = 0; i < 4…