edit to PApplet and PImage to confirm that @webref image:pixels tag writes methods properly to index.

This commit is contained in:
sansumbrella
2011-08-07 23:35:25 +00:00
parent 329bb73811
commit f0d693b1cd
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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