Hello guys, I'm not able to sort out how I can blit images with an alpha channel within a brush with alpha channel...
In details:
1. I create a brush
2. I create an alpha-channel for the above brush
3. I display brushes with an alpha-channel (png files) within the above brush (using SelectBrush)
4. I display the first brush to the display without results O_o' I'd like to have the first brush all transparent with the brush (at 3) with their original transparency levels
If I display the brushes (at 3) they are displayed correctly with their alpha channel I've assumed that the procedure should be:
- Create a brush
- Select its AlphaChannel
- Set Max transparency & Cls the brush
- Set Min transparency and display the brushes (at 3) to create their alpha-channeled zones
- Finally select the first brush and display the brushes (at same positions where I've created the alpha-channel "zones"
But I haven't succeded... I'm lost.
I'm missing myself in this thing, anyone can help? Can you provide an example?
Regards, Fabio