What's wrong in this function??
in
Programming Questions
•
6 months ago
Hi!!
....from the function..
void getcolor()
{
int rosso;
int verde;
int blu;
color grab = get();
rosso = grab(red);
verde = grab(green);
blu = grab(blue);
}
I'll receive the following error "Cannot convert PImage to int" .....what's wrong???
full code at
http://pastebin.com/4RruFXAw
Thanks!
1