| java.lang.Object | |||
| android.graphics.MaskFilter | |||
| android.graphics.EmbossMaskFilter | |||
| EmbossMaskFilter(float[] direction, float ambient, float specular, float blurRadius) | |||||
| Create an emboss maskfilter | |||||
Methods inherited
from class
android.graphics.MaskFilter
Methods inherited
from class
java.lang.Object
| 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) |