After doing more experimenting, I've discovered that the "getColorAt" method only appears to detect colors of images from the World classes (like a background), but not from the Actor classes.
Is there a way to make it so that the getColorAt() method will detect a color from an Actor class instead?
Or is there a method in the Java API that could do it? I'm looking to detect the color of a single pixel of an actor image.

