ImageView.ColorFilter Property

Definition

Returns the active color filter for this ImageView.

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 active color filter for this ImageView

Attributes

Remarks

Returns the active color filter for this ImageView.

Java documentation for android.widget.ImageView.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

See also