Drawable.ClearColorFilter Method

Definition

Removes the color filter for this drawable.

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

Remarks

Removes the color filter for this drawable.

Java documentation for android.graphics.drawable.Drawable.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