Hmm... I tried this -- but I think I am missing something.
I get the error, "The method setBackground(Color) in the type Component is not applicable for the arguments (int)"
I declared the variable black at the top and put the second line in setup().
- color black = color(0);
- frame.setBackground(black);
Do I need an additional library installed? What Class does the method setBackground belong to?
I've noticed a few code snippets within the Processing forums that use the frame. syntax -- but I haven't had any experience using it, perhaps there is something I need to set that I am not aware of?
I appreciate your help!