You are on page 1of 1

if(int(green(get(x,y))) > 127){

stroke(0,255,0);
point(x, y);

output.print("0,255,0 ");
}
else {

stroke(240,224,224);
point(x, y);
output.print("10,5,5 ");

You might also like