Skip to content

Commit

Permalink
Remove pseudo
Browse files Browse the repository at this point in the history
  • Loading branch information
Dusch4593 committed Aug 4, 2023
1 parent 0f7ac6a commit d8d64fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ function setup() {

Let’s start to "paint" on our canvas with the `draw()` function, starting with a background color! In p5.js, we add can do this with the built-in `background()` function:

```pseudo
```
background(r, g, b);
```

Expand Down

0 comments on commit d8d64fd

Please sign in to comment.