Skip to content
This repository was archived by the owner on Sep 22, 2024. It is now read-only.

Commit 1c52b17

Browse files
committed
Noise 1D screenshot added
1 parent ac30a94 commit 1c52b17

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
5.47 KB
Loading

chp00_introduction/Noise1D/sketch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function setup() {
1414

1515
function draw() {
1616

17-
fill(0, 10);
17+
fill(0, 10); //fills with color black(0) and alpha = 10
1818
rect(0,0,width,height);
1919

2020
//var n = random(0,width); // Try this line instead of noise

0 commit comments

Comments
 (0)