mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 17:40:48 +01:00
fixes for mouse/key events, PFont now more promiscuous, loop/noLoop work
This commit is contained in:
@@ -89,9 +89,9 @@ public class PGraphics extends PImage
|
||||
|
||||
// fill color
|
||||
boolean _fill, fill_alpha;
|
||||
float fillR, fillG, fillB, fillA;
|
||||
int fillRi, fillGi, fillBi, fillAi;
|
||||
int fill;
|
||||
public float fillR, fillG, fillB, fillA;
|
||||
public int fillRi, fillGi, fillBi, fillAi;
|
||||
public int fill;
|
||||
|
||||
// stroke color
|
||||
boolean _stroke, stroke_alpha;
|
||||
|
||||
Reference in New Issue
Block a user