C chrjak Active Member Licensed User Longtime User Jul 20, 2014 #1 Hi, I am wondering how to create a transparent bitmap... (by code) With XverhelstX's library it should work but somehow there is an error here: iv.Bitmap = btmpex.createBitmap5(Colors.ARGB(40,0,0,0),50,50,"") Please help me
Hi, I am wondering how to create a transparent bitmap... (by code) With XverhelstX's library it should work but somehow there is an error here: iv.Bitmap = btmpex.createBitmap5(Colors.ARGB(40,0,0,0),50,50,"") Please help me
C chrjak Active Member Licensed User Longtime User Jul 20, 2014 #2 Thanks. I solved it Take a Canvas and draw with ARGB other it Last edited: Jul 20, 2014 Upvote 0