diff --git a/core/src/processing/core/PGraphics.java b/core/src/processing/core/PGraphics.java index 032b69928d..87e6bdcc1f 100644 --- a/core/src/processing/core/PGraphics.java +++ b/core/src/processing/core/PGraphics.java @@ -3841,7 +3841,10 @@ public void image(PImage img, float a, float b, float c, float d) { * In this method, the u, v coordinates are always based on image space * location, regardless of the current textureMode(). * - * @nowebref + * @param u1 x-coordinate for the crop begin point + * @param v1 y-coordinate for the crop begin point + * @param u2 x-coordinate for the crop end point + * @param v2 y-coordinate for the crop end point */ public void image(PImage img, float a, float b, float c, float d,