Summary
Introduction to WPF bitmap effects - including a replacement for outer glow and how to apply them to rendered bitmaps
Excerpt
"First thing to make clear is that the new Effect class supersedes the BitmapEffect class. The reason is simply that the BitmapEffect class did its work in software and hence tended to slow rendering down. The new Effect class, introduced in .NET 4.0 uses the GPU and implements a pixel shader which does the job in a fast and efficient way. So don't use BitmapEffect and if you have any programs that do use it make the change to Effect."
Full Link
http://www.i-programmer.info/programming/wpf-workings/873-bitmap-effects.html
Votes
Comments
There aren't any comments yet for this resource. Be the first to add one!
Add a Comment
Please log in to post comments.