Color Tester?

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 :slight_smile: