Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
irwan  
#1 Posted : Tuesday, July 11, 2006 4:06:21 PM(UTC)
irwan

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
Andrew  
#2 Posted : Tuesday, July 11, 2006 6:41:25 PM(UTC)
Andrew

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

Users browsing this topic
Guest
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.