We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 358651d commit 907a9f1Copy full SHA for 907a9f1
core/src/processing/core/PGraphics.java
@@ -475,16 +475,6 @@ public class PGraphics extends PImage implements PConstants {
475
476
// ........................................................
477
478
- /**
479
- * Java AWT Image object associated with this renderer. For P2D and P3D,
480
- * this will be associated with their MemoryImageSource. For PGraphicsJava2D,
481
- * it will be the offscreen drawing buffer.
482
- */
483
- //public Image image;
484
- public Bitmap bitmap;
485
-
486
- // ........................................................
487
488
// internal color for setting/calculating
489
protected float calcR, calcG, calcB, calcA;
490
protected int calcRi, calcGi, calcBi, calcAi;
0 commit comments