
Hi,
I have a basic WPF toolbar added to my application which is themed with the Metro Dark theme. I have 16x16 pixel PNG images with transparent backgrounds that I'm placing into regular WPF buttons in the toolbar. However, the images are not getting the dark look that I would have expected. The transparent part of the image displays with a very light gray color. I have `ThemeManager.AreNativeThemesEnabled = true;` set in `App.OnStartup(...)`. Everything else in the application is correctly themed as I would expect.
I have attempted to follow the "MetroIdeWindow" example, which also display buttons with transparent images, where it appears to work fine, but no luck in my case.
Any ideas what I might be doing wrong please, or anything I should try?
On a completely unrelated note, is it possible to paste images into these forum posts? A picture is worth a thousand words after all! :-)