Drawable.ColorFilter Property

Definition

Returns the current color filter, or null if none set.

public virtual Android.Graphics.ColorFilter? ColorFilter { [Android.Runtime.Register("getColorFilter", "()Landroid/graphics/ColorFilter;", "GetGetColorFilterHandler")] get; }
[<get: Android.Runtime.Register("getColorFilter", "()Landroid/graphics/ColorFilter;", "GetGetColorFilterHandler")>]
member this.ColorFilter : Android.Graphics.ColorFilter

Property Value

the current color filter, or null if none set

Attributes

Remarks

Returns the current color filter, or null if none set.

Java documentation for android.graphics.drawable.Drawable.getColorFilter().

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