This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var mainColor, color1, color2, color3, color4, color5, color6, color7, color8, color9; | |
| var colors = []; | |
| function setup() { | |
| createCanvas(500,800); | |
| //var mainColor = color(143, 64, 25); | |
| var mainColor = color(255, 206, 183); | |
| var color1 = color(238, 198, 174); | |
| var color2 = color(149, 67, 25); | |
| var color3 = color(50, 16, 7); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var mainColor, color1, color2, color3, color4, color5, color6, color7, color8, color9; | |
| var colors = []; | |
| function setup() { | |
| createCanvas(500,800); | |
| //var mainColor = color(143, 64, 25); | |
| var mainColor = color(255, 206, 183); | |
| var color1 = color(238, 198, 174); | |
| var color2 = color(149, 67, 25); | |
| var color3 = color(50, 16, 7); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var a = 0; | |
| var b = 0; | |
| var c = 0; | |
| function setup() { | |
| createCanvas(500, 500); | |
| background(255); | |
| noStroke(); | |
| colorMode(HSB); | |
| var s = random(440, 450); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var rows; | |
| var columns; | |
| var xStep; | |
| var yStep; | |
| var heightoff; | |
| var widthoff; | |
| var positions = []; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function setup() { | |
| createCanvas(500, 500); | |
| background(220); | |
| var x = 20 | |
| var l = x; | |
| while (l < 500){ | |
| stroke(150); | |
| //strokeWeight(1.5); |