Commit 2ce73e9
committed
Modified documentation for global
I've added a link to `p5.Image.get()` in the documentation for
the global `get()` function, because some people (including me)
might get confused and think that you cannot use get to extract
a subimage from a `p5.Image`.
The fact that you can call `copy(image, x, y, ...)` but you can't
do the same with `get()` makes it a bit more confusing.get() function1 parent fdae910 commit 2ce73e9
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
441 | 441 | | |
442 | 442 | | |
443 | 443 | | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
444 | 447 | | |
445 | 448 | | |
446 | 449 | | |
| |||
0 commit comments