Skip to content
Snippets Groups Projects
Commit e896e45f authored by Bilal Amiry's avatar Bilal Amiry
Browse files

Update sketch.js

parent 2f2bec6d
1 merge request!1Update sketch.js
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
...@@ -14,7 +14,7 @@ function setup() { ...@@ -14,7 +14,7 @@ function setup() {
// By default, this is colorMode(HSB, 360, 100, 100, 1). // By default, this is colorMode(HSB, 360, 100, 100, 1).
// You can also use HSL instead of HSB, but then the 3rd value will be lightness (whiteness) and won't refer to a pure colour. // You can also use HSL instead of HSB, but then the 3rd value will be lightness (whiteness) and won't refer to a pure colour.
colorMode(HSB); colorMode(HSL);
} }
function draw() { function draw() {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment