コード例 #1
0
ファイル: GlowEffect.cs プロジェクト: leejungho2/xynotecgui
 public GlowEffect()
     : base(StaticName, StaticImage, null, EffectDirectives.None, true)
 {
     this.blurEffect    = new BlurEffect();
     this.bcAdjustment  = new BrightnessAndContrastAdjustment();
     this.screenBlendOp = new UserBlendOps.ScreenBlendOp();
 }
コード例 #2
0
ファイル: GlowEffect.cs プロジェクト: leejungho2/xynotecgui
 public GlowEffect()
     : base(StaticName, StaticImage, null, EffectDirectives.None, true)
 {
     this.blurEffect = new BlurEffect();
     this.bcAdjustment = new BrightnessAndContrastAdjustment();
     this.screenBlendOp = new UserBlendOps.ScreenBlendOp();
 }