question about alpha blend

Login to reply to this topic.
Wed, 2005-02-09 07:58
Joined: 2005-02-08
Forum posts: 2
i use CFbsBitmap and i want to draw with alpha blend but i dont know how
can anyone give me an example to use alpha blend with CFbsBitmap ,:) thank

Wed, 2005-02-09 08:27
Joined: 2004-09-25
Forum posts: 75
Re: question about alpha blend
Quote from: pro9rammer
i use CFbsBitmap and i want to draw with alpha blend but i dont know how
can anyone give me an example to use alpha blend with CFbsBitmap ,:) thank

Symbian graphics API does not seem to support alpha. You can probably do what you want by directly modifying bitmap's memory, but I wouldn't recommend that... except for maybe the most trivial cases.

-Slava
  • Login to reply to this topic.