Wish GetPixel Color

pcbiber

Member
Licensed User
Longtime User
:)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
 

MikeH

Well-Known Member
Licensed User
Longtime User
I would like this too.
 

JakeBullet70

Well-Known Member
Licensed User
Longtime User
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)
 
Top