more cleanups

This commit is contained in:
benfry
2012-09-01 18:44:56 +00:00
parent 309b1d0147
commit fbdca0632d
5 changed files with 10 additions and 10 deletions
@@ -9226,7 +9226,7 @@ public class PApplet extends Activity implements PConstants, Runnable {
* built with Processing.</P>
*/
static public int blendColor(int c1, int c2, int mode) {
return PImage.blendColor(c1, c2, mode);
return PGraphics.blendColor(c1, c2, mode);
}