Skip to content

Commit 9e7445f

Browse files
authored
fixing @method pixels
1 parent 5d2aad1 commit 9e7445f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/image/pixels.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ function pixels(p5, fn){
4141
* <code>
4242
* function setup() {
4343
* createCanvas(100, 100);
44+
* background(128);
4445
*
4546
* // Load the pixels array.
4647
* loadPixels();

0 commit comments

Comments
 (0)