java.lang.Object | |||
android.graphics.MaskFilter | |||
android.graphics.EmbossMaskFilter |
EmbossMaskFilter(float[] direction, float ambient, float specular, float blurRadius) | ||||||
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) |
Copyright 2007 Google Inc. | Build 0.9_r1-98467 - 14 Aug 2008 18:48 |