It looks like you're new here. If you want to get involved, click one of these buttons!
How do I test a pixel color?
@Leviathan The only way I know is to use r,g,b,a=image:get(x,y). You have to put what you want into an image first, you can't do it from the screen.
Ok, so I figured it out. Yes, you use image:get(x,y), but you also do a setContext(image) and setContext() to end it. Thanks
Comments
@Leviathan The only way I know is to use r,g,b,a=image:get(x,y). You have to put what you want into an image first, you can't do it from the screen.
Ok, so I figured it out. Yes, you use image:get(x,y), but you also do a setContext(image) and setContext() to end it. Thanks