mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 10:30:44 +01:00
edit to PApplet and PImage to confirm that @webref image:pixels tag writes methods properly to index.
This commit is contained in:
@@ -13583,7 +13583,7 @@ public class PApplet extends Applet
|
||||
* As of release 0149, this function ignores <b>imageMode()</b>.
|
||||
* ( end auto-generated )
|
||||
*
|
||||
* @webref pimage:method
|
||||
* @webref image:pixels
|
||||
* @brief Copies a pixel or rectangle of pixels using different blending modes
|
||||
* @param src an image variable referring to the source image
|
||||
* @param sx X coordinate of the source's upper left corner
|
||||
|
||||
@@ -1700,7 +1700,7 @@ public class PImage implements PConstants, Cloneable {
|
||||
* As of release 0149, this function ignores <b>imageMode()</b>.
|
||||
* ( end auto-generated )
|
||||
*
|
||||
* @webref pimage:method
|
||||
* @webref image:pixels
|
||||
* @brief Copies a pixel or rectangle of pixels using different blending modes
|
||||
* @param src an image variable referring to the source image
|
||||
* @param sx X coordinate of the source's upper left corner
|
||||
|
||||
Reference in New Issue
Block a user