BlendModeColorFilter.Mode Property

Definition

Returns the Porter-Duff mode used to composite this color filter's color with the source pixel when this filter is applied.

public Android.Graphics.BlendMode? Mode { [Android.Runtime.Register("getMode", "()Landroid/graphics/BlendMode;", "", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getMode", "()Landroid/graphics/BlendMode;", "", ApiSince=29)>]
member this.Mode : Android.Graphics.BlendMode

Property Value

Attributes

Remarks

Returns the Porter-Duff mode used to composite this color filter's color with the source pixel when this filter is applied.

Java documentation for android.graphics.BlendModeColorFilter.getMode().

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