Rorry Member Licensed User Longtime User Jun 29, 2014 #1 Hi everybody, is there a snippet of code to get pixels coordinates (x,y) of the screen instead of in a bitmap? to search in the screen for a color from an hex color value. thanks
Hi everybody, is there a snippet of code to get pixels coordinates (x,y) of the screen instead of in a bitmap? to search in the screen for a color from an hex color value. thanks
Erel B4X founder Staff member Licensed User Longtime User Jun 29, 2014 #2 You will need to first convert the screen to a bitmap. You can use the code posted here: http://www.b4x.com/android/forum/threads/reflection-library-screenshot.19018/ Upvote 0
You will need to first convert the screen to a bitmap. You can use the code posted here: http://www.b4x.com/android/forum/threads/reflection-library-screenshot.19018/
Rorry Member Licensed User Longtime User Jun 29, 2014 #3 Exactly what i need. thank you erel Upvote 0