Response title
This is preview!




Click on Join Now to Sign Up
color pink = color(255,200,200);you should say:
int pink = color(255,200,200);and if you are in another class and have to refer to the "parent" PApplet:
int pink = parent.color(255,200,200);