Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion core/src/processing/core/PGraphics.java
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down