Finding 2+ colors near by each other
Looking over the TPA related functions in the docs, I don't see an immediate way to do this directly. However, it does seem like a lot of the existing library functions cover most of this. What is the cleanest/best way to find an object in the main screen consisting of 2+ colors which must be near by each other, reusing as much existing library code as possible? (Note: DTMs don't seem to work well here because the object is basically a random mass of these colors intermingled.) Thanks in advance!