English | Site Directory

Android - An Open Handset Alliance Project

android.graphics
public class

android.graphics.EmbossMaskFilter

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
Methods inherited from class android.graphics.MaskFilter
Methods inherited from class java.lang.Object

Details

Public Constructors

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

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
Build m5-rc15g - 14 May 2008 12:50