WindowsAppCommunity / UWP-Visual-Asset-Generator

A project to develop an easy to use visual asset tool for UWP projects
GNU General Public License v3.0
44 stars 6 forks source link

Use a BitmapImage as image source for displaying on screen #30

Closed RobbyRobbyRobby closed 4 years ago

RobbyRobbyRobby commented 4 years ago

The WriteableBitmapEx doesn't show transparency properly in Image or ImageEx components.

So we need a different imagesource for displaying in the app.

RobbyRobbyRobby commented 4 years ago

Updated to have an additional; property using BitmapImage purely for display purposes which updates when the WriteableBitmap (Logo) property is updated via setter.

Also added a property to MainViewModel with the background colour for use showing the assets with or without the background theme accent.