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 |