Ejemplo n.º 1
0
 public GlowEffect()
     : base(StaticName, StaticImage, null, EffectDirectives.None, true)
 {
     this.blurEffect    = new BlurEffect();
     this.bcAdjustment  = new BrightnessAndContrastAdjustment();
     this.screenBlendOp = new UserBlendOps.ScreenBlendOp();
 }
Ejemplo n.º 2
0
 public GlowEffect()
     : base(StaticName, StaticImage, null, EffectDirectives.None, true)
 {
     this.blurEffect = new BlurEffect();
     this.bcAdjustment = new BrightnessAndContrastAdjustment();
     this.screenBlendOp = new UserBlendOps.ScreenBlendOp();
 }