P pcbiber Member Licensed User Dec 28, 2014 #1 Hi Erel, Sorry for my bad english I need the function GetPixel from Bitmap in B4i to get the Color of Pixel Thanks PC-Biber
Hi Erel, Sorry for my bad english I need the function GetPixel from Bitmap in B4i to get the Color of Pixel Thanks PC-Biber
C cyware New Member Licensed User Feb 23, 2015 #2 This is also needed by me. Very important feature ! Thank you
JakeBullet70 Well-Known Member Licensed User Jul 9, 2015 #4 Maybe this? It is in b4a, I do not know about b4i B4X: Dim b As Bitmap = LoadBitmap(File.DirAssets ,c.BG_MAIN) dim CLR_BG_PIXEL as Int = b.GetPixel(400,400)
Maybe this? It is in b4a, I do not know about b4i B4X: Dim b As Bitmap = LoadBitmap(File.DirAssets ,c.BG_MAIN) dim CLR_BG_PIXEL as Int = b.GetPixel(400,400)
JanPRO Well-Known Member Licensed User Aug 4, 2015 #6 http://www.b4x.com/android/forum/threads/getpixelcolor.56922/