Bitmap.SetPremultiplied(Boolean) Method

Definition

Sets whether the bitmap should treat its data as pre-multiplied.

[Android.Runtime.Register("setPremultiplied", "(Z)V", "")]
public void SetPremultiplied (bool premultiplied);
[<Android.Runtime.Register("setPremultiplied", "(Z)V", "")>]
member this.SetPremultiplied : bool -> unit

Parameters

premultiplied
Boolean
Attributes

Remarks

Java documentation for android.graphics.Bitmap.setPremultiplied(boolean).

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