Rank: Member
Groups: Member
Joined: 2/16/2006(UTC) Posts: 7
|
Hi, Is it possible to join or DrawOnBitmap of one bitmap with another, but remove all white colour of the bitmap. What I meant is that for example I have 2 bitmap, Bitmap A and Bitmap B, I need to draw Bitmap B on top of Bitmap A, but I want to remove all white colour in Bitmap A, so that I can see underneath or transparant. I know you can do Alpha, however alpha makes the bitmap translusent. Regards, Irwan
|
|
|
|
Rank: Advanced Member
Groups: Member, Administration Joined: 8/2/2003(UTC) Posts: 876
Thanks: 2 times Was thanked: 27 time(s) in 27 post(s)
|
Use the Transparentize method: Code:' Create and load bitmap ...
objBitmap.Channels.Transparentize ColorWhite, 0
Edited by user Tuesday, December 15, 2009 10:39:57 AM(UTC)
| Reason: Not specified
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.