EmbossMaskFilter Constructors

Definition

Overloads

EmbossMaskFilter(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

EmbossMaskFilter(Single[], Single, Single, Single)

Create an emboss maskfilter

EmbossMaskFilter(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

protected EmbossMaskFilter (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Graphics.EmbossMaskFilter : nativeint * Android.Runtime.JniHandleOwnership -> Android.Graphics.EmbossMaskFilter

Parameters

javaReference
IntPtr

nativeint

A IntPtrcontaining a Java Native Interface (JNI) object reference.

transfer
JniHandleOwnership

A JniHandleOwnershipindicating how to handle javaReference

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

EmbossMaskFilter(Single[], Single, Single, Single)

Create an emboss maskfilter

[Android.Runtime.Register(".ctor", "([FFFF)V", "")]
public EmbossMaskFilter (float[]? direction, float ambient, float specular, float blurRadius);
[<Android.Runtime.Register(".ctor", "([FFFF)V", "")>]
new Android.Graphics.EmbossMaskFilter : single[] * single * single * single -> Android.Graphics.EmbossMaskFilter

Parameters

direction
Single[]

array of 3 scalars [x, y, z] specifying the direction of the light source

ambient
Single

0...1 amount of ambient light

specular
Single

coefficient for specular highlights (e.g. 8)

blurRadius
Single

amount to blur before applying lighting (e.g. 3)

Attributes

Remarks

Create an emboss maskfilter

This member is deprecated. This subclass is not supported and should not be instantiated.

Java documentation for android.graphics.EmbossMaskFilter.EmbossMaskFilter(float[], float, float, float).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to