Android
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
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56