Skip to content

Commit 92228a7

Browse files
committed
Add related entry (frameCount) to saveFrame() reference
1 parent 47431cd commit 92228a7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

core/src/processing/core/PApplet.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4270,6 +4270,7 @@ public void saveFrame() {
42704270
* @webref output:image
42714271
* @see PApplet#save(String)
42724272
* @see PApplet#createGraphics(int, int, String, String)
4273+
* @see PApplet#frameCount
42734274
* @param filename any sequence of letters or numbers that ends with either ".tif", ".tga", ".jpg", or ".png"
42744275
*/
42754276
public void saveFrame(String filename) {

0 commit comments

Comments
 (0)