Wish Image - putPixel()

Jim Brown

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