Resource.Attribute.Dither Field

Definition

Enables or disables dithering of the bitmap if the bitmap does not have the same pixel configuration as the screen (for instance: a ARGB 8888 bitmap with an RGB 565 screen).

[Android.Runtime.Register("dither")]
public const int Dither = 16843036;
[<Android.Runtime.Register("dither")>]
val mutable Dither : int

Field Value

Value = 16843036
Attributes

Remarks

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