danaman Posted July 15, 2004 Report Share Posted July 15, 2004 the get pixel color command can only get the pixel color of a certain spot. is there anyway for the get pixel color command to get the pixel color of a large raduis?. Quote Link to comment Share on other sites More sharing options...
floyd Posted July 15, 2004 Report Share Posted July 15, 2004 No, the Get Pixel Color only returns the coordinate for a single pixel. You can, however, test different points in a Repeat loop to determine the shape of an object. This would involve an outer and an inner Repeat loop to increment both the X and Y coordinates as you scan back and forth. And it means that you need to know ahead of time what shape you were looking for. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.