Skip to content

Commit 907a9f1

Browse files
committed
removes bitmap from PGraphics, masking instance from PImage
1 parent 358651d commit 907a9f1

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

core/src/processing/core/PGraphics.java

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -475,16 +475,6 @@ public class PGraphics extends PImage implements PConstants {
475475

476476
// ........................................................
477477

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-
488478
// internal color for setting/calculating
489479
protected float calcR, calcG, calcB, calcA;
490480
protected int calcRi, calcGi, calcBi, calcAi;

0 commit comments

Comments
 (0)