Skip to content

Commit cd6063c

Browse files
committed
documentation auto-update
1 parent fa61190 commit cd6063c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

core/src/processing/core/PApplet.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12322,8 +12322,8 @@ public void imageMode(int mode) {
1232212322
*
1232312323
* @webref image:loading_displaying
1232412324
* @param img the image to display
12325-
* @param a x-coordinate of the image
12326-
* @param b y-coordinate of the image
12325+
* @param a x-coordinate of the image by default
12326+
* @param b y-coordinate of the image by default
1232712327
* @see PApplet#loadImage(String, String)
1232812328
* @see PImage
1232912329
* @see PGraphics#imageMode(int)
@@ -12338,8 +12338,8 @@ public void image(PImage img, float a, float b) {
1233812338

1233912339

1234012340
/**
12341-
* @param c width to display the image
12342-
* @param d height to display the image
12341+
* @param c width to display the image by default
12342+
* @param d height to display the image by default
1234312343
*/
1234412344
public void image(PImage img, float a, float b, float c, float d) {
1234512345
if (recorder != null) recorder.image(img, a, b, c, d);

0 commit comments

Comments
 (0)