Android.Graphics.Drawables.Drawable.SetTint Method
Specifies a tint for this drawable.

Syntax

[Android.Runtime.Register("setTint", "(I)V", "GetSetTint_IHandler")]
public virtual void SetTint (int tint)

See Also

Drawable.SetTintMode(.Mode)

Parameters

tint
Color to use for tinting this drawable

Remarks

Specifies a tint for this drawable.

Setting a color filter via Drawable.SetColorFilter(Android.Graphics.ColorFilter) overrides tint.

[Android Documentation]

Requirements

Namespace: Android.Graphics.Drawables
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1