Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public class

EmbossMaskFilter

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

Summary

Public Constructors
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