ImageView.ClearColorFilter Method

Definition

Removes the image's android.graphics.ColorFilter.

[Android.Runtime.Register("clearColorFilter", "()V", "")]
public void ClearColorFilter ();
[<Android.Runtime.Register("clearColorFilter", "()V", "")>]
member this.ClearColorFilter : unit -> unit
Attributes

Remarks

Removes the image's android.graphics.ColorFilter.

Java documentation for android.widget.ImageView.clearColorFilter().

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