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.
Forum posts: 75
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