mirror of
https://github.com/processing/processing4.git
synced 2026-02-15 11:25:38 +01:00
@@ -1684,7 +1684,7 @@ public class PGraphicsJava2D extends PGraphics {
|
||||
WritableRaster wr = image.getRaster();
|
||||
if (tint) {
|
||||
if (tintedTemp == null || tintedTemp.length != source.pixelWidth) {
|
||||
tintedTemp = new int[source.pixelHeight];
|
||||
tintedTemp = new int[source.pixelWidth];
|
||||
}
|
||||
int a2 = (tintColor >> 24) & 0xff;
|
||||
// System.out.println("tint color is " + a2);
|
||||
|
||||
Reference in New Issue
Block a user