Hi, I've tried to get the color of a pixel inside the game. And it works only in certain areas (I suppose the areas Valve wants).
For example, if I want to get the color from a pixel which is inside de minimap, it will return 0x000000, instead of the true color.
If I check for a pixel in the main map, for example, a tower, it gives me the color.
If I try to check for a pixel over a creep, it will give me again 0x000000.
I think this is obviously something Valve did to avoid pixel scans. Is there any way you know to check them anyway? ;)
For example, if I want to get the color from a pixel which is inside de minimap, it will return 0x000000, instead of the true color.
If I check for a pixel in the main map, for example, a tower, it gives me the color.
If I try to check for a pixel over a creep, it will give me again 0x000000.
I think this is obviously something Valve did to avoid pixel scans. Is there any way you know to check them anyway? ;)