I need to Find out the Color of region wherever Mouse pointer is placed on screen. Is there any way to find it out.
Welcome to the community forum,
You can use a custom activity called ‘Color Detector’ from UiPath market place, use the link below,
Regards,
Vasanth Kumar
Hi,
How about the following?
bmp.GetPixel(System.Windows.Forms.Cursor.Position.X,System.Windows.Forms.Cursor.Position.Y)
note: bmp is Bitmap type
Sample20230413-2L.zip (2.6 KB)
Regards,
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.