Trying to fill a shape with a pixel colour from a loaded image

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.

1 Like