PorterDuffColorFilter Constructors

Definition

Overloads

PorterDuffColorFilter(Color, PorterDuff+Mode)

Create a color filter that uses the specified color and Porter-Duff mode.

PorterDuffColorFilter(IntPtr, JniHandleOwnership)

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

PorterDuffColorFilter(Color, PorterDuff+Mode)

Create a color filter that uses the specified color and Porter-Duff mode.

[Android.Runtime.Register(".ctor", "(ILandroid/graphics/PorterDuff$Mode;)V", "")]
public PorterDuffColorFilter (Android.Graphics.Color color, Android.Graphics.PorterDuff.Mode mode);
[<Android.Runtime.Register(".ctor", "(ILandroid/graphics/PorterDuff$Mode;)V", "")>]
new Android.Graphics.PorterDuffColorFilter : Android.Graphics.Color * Android.Graphics.PorterDuff.Mode -> Android.Graphics.PorterDuffColorFilter

Parameters

color
Color

The ARGB source color used with the specified Porter-Duff mode

mode
PorterDuff.Mode

The porter-duff mode that is applied

Attributes

Remarks

Java documentation for android.graphics.PorterDuffColorFilter.PorterDuffColorFilter(int, android.graphics.Mode).

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.

See also

  • <xref:Android.Graphics._Color>

Applies to

PorterDuffColorFilter(IntPtr, JniHandleOwnership)

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

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

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