Android.Graphics.Drawables.Drawable.SetDither Method
Set to true to have the drawable dither its colors when drawn to a device with fewer than 8-bits per color component.

Syntax

[Android.Runtime.Register("setDither", "(Z)V", "GetSetDither_ZHandler")]
public virtual void SetDither (bool dither)

Parameters

dither
Documentation for this section has not yet been entered.

Remarks

Set to true to have the drawable dither its colors when drawn to a device with fewer than 8-bits per color component. This can improve the look on those devices, but can also slow down the drawing a little.

[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