OuterGlowBitmapEffect Alternative Without BitmapEffects
Asked Answered
Z

2

8

What is a good alternative to OuterGlowBitmapEffect?

Preferably one that can be used in a theme/style and one that can be used without BitmapEffects.

Zerelda answered 20/5, 2010 at 1:3 Comment(2)
General note: The OuterGlowBitmapEffect is now (.NET 4) marked as Obsolete, and is not supported (doesn't throw anything but does nothing).Ceresin
Here are some examples karlshifflett.wordpress.com/2008/11/04/…Ovule
R
15

The standard Effect library provides a DropShadowEffect that can be set up to look just like an OuterGlowBitmapEffect. The nice thing about this effect is that it is hardware-accelerated (unlike the bitmap effects, which are done in software). To make the DropShadowEffect look like a glow, simply set the ShadowDepth property to 0.

Rickrickard answered 20/5, 2010 at 2:29 Comment(0)
C
0

Donno if is good or not, I never tested it, I just read about it, check it out here.

Ceresin answered 2/3, 2011 at 18:26 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.