to top
Android APIs
public class

EmbossMaskFilter

extends MaskFilter
java.lang.Object
   ↳ android.graphics.MaskFilter
     ↳ android.graphics.EmbossMaskFilter

Summary

Public Constructors

? Examples
EmbossMaskFilter(float[] direction, float ambient, float specular, float blurRadius)
Create an emboss maskfilter
[Expand]
Inherited Methods
From class android.graphics.MaskFilter
From class java.lang.Object

Public Constructors

public EmbossMaskFilter (float[] direction, float ambient, float specular, float blurRadius)

Added in API level 1

Create an emboss maskfilter

Parameters
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)
Returns
  • the emboss maskfilter
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.