ControlP5window
in
Contributed Library Questions
•
2 years ago
I would like to add a picture in the controlWindow but I don't know how to it. I tried
controlWindow.image(a,100,50);
It didn't work. I got an error mesage: "The function image(PImage, int, int) does not exist."
1