Skip to content
Snippets Groups Projects

Update sketch.js

Closed Bilal Amiry requested to merge kamir001/ccgraphics:patch-1 into master
Viewing commit e896e45f
Show latest version
1 file
+ 1
1
Preferences
Compare changes
@@ -14,7 +14,7 @@ function setup() {
// 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.
colorMode(HSB);
colorMode(HSL);
}
function draw() {