topical media & game development 
  
 
 
 
 
  
    
    
  
#graphic-flex-image-effects-07-source-aether-effects-convolution-SharpenEffect.ax
#graphic-flex-image-effects-07-source-aether-effects-convolution-SharpenEffect.ax
[swf]
 
[flash]
flex
  package aether.effects.convolution {
          
          public class @ax-graphic-flex-image-effects-07-source-aether-effects-convolution-SharpenEffect extends ConvolutionEffect {
  
                  public function @ax-graphic-flex-image-effects-07-source-aether-effects-convolution-SharpenEffect(
                          pAmount:Number=5,
                          blendMode:String=null,
                          alpha:Number=1
                  ) {
                          var matrix:Array = [
                                   0,      -1,  0,
                                  -1, pAmount, -1,
                                   0,      -1,  0
                          ];
                          super(matrix, 1, 0, blendMode, alpha);
                  }
          
          }
          
  }
  
  
(C) Æliens 
04/09/2009
You may not copy or print any of this material without explicit permission of the author or the publisher. 
In case of other copyright issues, contact the author.