A question about 'Color'
in
Integration and Hardware
•
1 year ago
import processing.core.*;
import wordcram.*;
public class Myprocess extends PApplet {
public void setup() {
color c = color(255, 204, 0); // there is an error.
...
...
}
So we can see the code above, there is always the error showing that the color can't be resolved...I imported the newest processing.jar...I don't know why....Any clue?
1