EmbossMaskFilter
public class EmbossMaskFilter
extends MaskFilter
摘要(Summary)
Public constructors |
EmbossMaskFilter(float[] direction, float ambient, float specular, float blurRadius) 创建一个浮雕maskfilter |
Public constructors
EmbossMaskFilter
EmbossMaskFilter (float[] direction,
float ambient,
float specular,
float blurRadius)
创建一个浮雕maskfilter
| 参数(Parameters) |
direction |
float: array of 3 scalars [x, y, z] specifying the direction of the light source |
ambient |
float: 0...1 amount of ambient light |
specular |
float: coefficient for specular highlights (e.g. 8) |
blurRadius |
float: amount to blur before applying lighting (e.g. 3) |
| 返回(Returns) |
|
the emboss maskfilter |