Bitmap Transparency
How is bitmap transparency (or opacity) implemented in c++?
Bitmap softwares provides it (Alpha in Flash, Opacity in Fireworks),
but how is it done down to the API level?
The API only provides the blitting functions (bitbllt, stretchblt)
without any mechanism for transparency.
thanks.
|