ttransparentcanvas


TTransparentCanvas: changing the background color of glowing text 3

You have probably already seen how to use DrawThemeTextEx on Vista and above to draw text with a white blurry ‘glow’ effect behind it. It’s commonly used when drawing on glass, to ensure that text has enough background contrast to be easily readable. But the API only draws a white glow. What if you want […]


Transparent graphics with pure GDI (Part 1) 6

Transparent graphics are used everywhere these days.  Half the UIs you will have used today will have made some use of composited graphics, overlays, or something similar.  You’ve probably seen: Selections with transparent rectangles or other shapes Text with a transparent shape behind it, so you can see the through to the background and still […]