I don’t know if it’s that your Looking for but you can use the get method to read the Color of a Pixel on the screen. It works like this.
color p=get(x,y);
You can use
fill(p,100);
then.
I don’t know if it’s that your Looking for but you can use the get method to read the Color of a Pixel on the screen. It works like this.
color p=get(x,y);
You can use
fill(p,100);
then.