Jim Brown Active Member Licensed User Longtime User Jul 5, 2014 #1 Currently, the Image type only has a getPixel() method but no corresponding putPixel(). My guess is because the image is read-only. It would greatly help me if there was PutPixel method too: B4X: putPixel(x as Int,y as Int,color as Int)
Currently, the Image type only has a getPixel() method but no corresponding putPixel(). My guess is because the image is read-only. It would greatly help me if there was PutPixel method too: B4X: putPixel(x as Int,y as Int,color as Int)