Create vista glass effect on wpf with custom color
问题 There are a lot of tutorials that show you how to use vista glass effect in wpf application like this one. I don't want to use the default color theme that the user selects. In other words if I apply the vista glass efect to my wpf application it will be equal to whatever the user selects in: This is what I have tried and it is somewhat of a solution: 1) get a picture of the entire desktop. I will later figure out how to do this with code 2) place the image in a canvas. I happen to have