I am requesting a determination / detection of a color at a specified pixel coordinate.
Thank you.
Detect Color at Pixel Coordinate
Moderator: Martin
Re: Detect Color at Pixel Coordinate
Hi,
You could use action Take Screenshot to store the screen in a file, then load the image using Init Variable Image File and then use an action Script with function getPixelColor to determine the color of one pixel.
Please note that taking a screenshot is quite a slow process so it might not be a viable solution. Unfortunately Android provides no other way to access the screen so there's no way to improve the performance at the moment.
Regards,
Martin
You could use action Take Screenshot to store the screen in a file, then load the image using Init Variable Image File and then use an action Script with function getPixelColor to determine the color of one pixel.
Please note that taking a screenshot is quite a slow process so it might not be a viable solution. Unfortunately Android provides no other way to access the screen so there's no way to improve the performance at the moment.
Regards,
Martin