BitmapFactory.Options.InDither Property

Definition

This member is deprecated.

[Android.Runtime.Register("inDither")]
public bool InDither { get; set; }
[<Android.Runtime.Register("inDither")>]
member this.InDither : bool with get, set

Property Value

Attributes

Remarks

This member is deprecated. As of android.os.Build.VERSION_CODES#N, this is ignored.

In android.os.Build.VERSION_CODES#M and below, if dither is true, the decoder will attempt to dither the decoded image.

Java documentation for android.graphics.BitmapFactory.Options.inDither.

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