I'd like to find out what color is at a given pixel on a background image, so I can reassign it. For example, if I have an image of cells as my canvas, then what color pixel is at x=200 and y=150.
Is that possible?
Thanks
Sid
Offline
siderits wrote:
I'd like to find out what color is at a given pixel on a background image, so I can reassign it. For example, if I have an image of cells as my canvas, then what color pixel is at x=200 and y=150.
Is that possible?
Thanks
Sid
You could have a one pixel sprite and use the <Go to _ x and _ y> block to set the coordinates.
And for the color sensing, the only way right now is to use the <if touching color _> block
This is my 1337th post

Offline