Hello autoit community, i want to make a script but i don't know how to do it: Im making a script that uses PixelGetColor to activate a function when some colour shows up in a certain pixel. That's easy, but the problem now is that i don't want it to work with a single color like 0xff0000 alone but with a range shades of that same color too (0xfe0000, 0xff0001, etc), kinda like pixel search's shade variation Is there any way to do this? thanks