Software Development Network>> Visual Studio>> How to make custom BitmapEffect.
Here is one sample:
http://blogs.msdn.com/rwlodarc/archive/2006/05/25/607272.aspx
See RGB effect in there.
Regards
Rahul Patil [MSFT]
See the following sample in the Windows SDK:
http://windowssdk.msdn.microsoft.com/en-us/ms771475(VS.80).aspx
Also see the additional instructions needed to get the sample to compile:
http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=431448&SiteID=1&PageID=1
Note: You'll need to install the SDK to get the sample. The samples are unfortunately not online at this time.
Thank you.It holds out based on this information.
How to make custom BitmapEffect.
NobodySpecial
Here is one sample:
http://blogs.msdn.com/rwlodarc/archive/2006/05/25/607272.aspx
See RGB effect in there.
Regards
Rahul Patil [MSFT]
Philip King
See the following sample in the Windows SDK:
http://windowssdk.msdn.microsoft.com/en-us/ms771475(VS.80).aspx
Also see the additional instructions needed to get the sample to compile:
http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=431448&SiteID=1&PageID=1
Note: You'll need to install the SDK to get the sample. The samples are unfortunately not online at this time.
Peter Elbern
Thank you.
It holds out based on this information.