No examples for this method. 
     
 
     
      Frequently called with: [Clear]  
     
 
      
    
 
     
     
     -1 
    
 
     
     
   | java.lang.Object | ||
| ↳ | android.graphics.MaskFilter | |
| ↳ | android.graphics.EmbossMaskFilter | |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  | 
           Create an emboss maskfilter
           | ||||||||||
| [Expand] 
           Inherited Methods
           | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class android.graphics.MaskFilter | |||||||||||
|  From class java.lang.Object | |||||||||||
Create an emboss maskfilter
| direction | array of 3 scalars [x, y, z] specifying the direction of the light source | 
|---|---|
| ambient | 0...1 amount of ambient light | 
| specular | coefficient for specular highlights (e.g. 8) | 
| blurRadius | amount to blur before applying lighting (e.g. 3) |