Revising PImage @instanceName for processing/processing-web#153

This commit is contained in:
Scott Murray
2013-05-25 20:20:39 -07:00
parent f2609bd9d5
commit 53d681b089

View File

@@ -55,7 +55,7 @@ import javax.imageio.metadata.*;
*
* @webref image
* @usage Web & Application
* @instanceName img any variable of type PImage
* @instanceName img any object of type PImage
* @see PApplet#loadImage(String)
* @see PApplet#imageMode(int)
* @see PApplet#createImage(int, int, int)