mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 01:50:44 +01:00
Corrections to Reference for new 3.0 API
This commit is contained in:
@@ -1534,7 +1534,7 @@ public class PApplet implements PConstants {
|
||||
*
|
||||
* ( end auto-generated )
|
||||
* @webref environment
|
||||
* @param renderer the renderer to use, e.g. P2D, P2D_2X, P3D...
|
||||
* @param renderer the renderer to use, e.g. JAVA2D, JAVA2D_2X, P2D, P2D_2X, P3D, P3D_2X
|
||||
* @see PApplet#settings()
|
||||
* @see PApplet#setup()
|
||||
* @see PApplet#size()
|
||||
|
||||
@@ -1099,7 +1099,7 @@ public class PGraphics extends PImage implements PConstants {
|
||||
*
|
||||
* ( end auto-generated )
|
||||
*
|
||||
* @webref Rendering
|
||||
* @webref rendering
|
||||
* @param which name of the hint to be enabled or disabled
|
||||
* @see PGraphics
|
||||
* @see PApplet#createGraphics(int, int, String, String)
|
||||
@@ -1953,7 +1953,7 @@ public class PGraphics extends PImage implements PConstants {
|
||||
*
|
||||
* ( end auto-generated )
|
||||
*
|
||||
* @webref Rendering
|
||||
* @webref rendering
|
||||
* @param mode the blending mode to use
|
||||
*/
|
||||
public void blendMode(int mode) {
|
||||
|
||||
Reference in New Issue
Block a user