Expand color import test.

This commit is contained in:
A Pottinger
2021-08-11 08:48:28 -07:00
parent 809d460f44
commit 02c8fec0d5
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -20,6 +20,8 @@ public class colorimport extends PApplet {
boolean test = true;
int c1 = color(255, 255, 255);
int c2 = test ? 0xFFA011CD : 0xC0C0C0C0;
noLoop();
}
+2
View File
@@ -1,3 +1,5 @@
import test.color;
boolean test = true;
color c1 = color(255, 255, 255);
color c2 = test ? #A011CD : #C0C0C0C0;