Share via


RecordingCanvas.DrawColor Method

Definition

Overloads

DrawColor(Int64, BlendMode)
DrawColor(Color, PorterDuff+Mode)
DrawColor(Color, BlendMode)
DrawColor(Color)

DrawColor(Int64, BlendMode)

[Android.Runtime.Register("drawColor", "(JLandroid/graphics/BlendMode;)V", "", ApiSince=29)]
public override sealed void DrawColor (long color, Android.Graphics.BlendMode mode);
[<Android.Runtime.Register("drawColor", "(JLandroid/graphics/BlendMode;)V", "", ApiSince=29)>]
override this.DrawColor : int64 * Android.Graphics.BlendMode -> unit

Parameters

color
Int64
mode
BlendMode
Attributes

Applies to

DrawColor(Color, PorterDuff+Mode)

[Android.Runtime.Register("drawColor", "(ILandroid/graphics/PorterDuff$Mode;)V", "", ApiSince=29)]
public override sealed void DrawColor (Android.Graphics.Color color, Android.Graphics.PorterDuff.Mode mode);
[<Android.Runtime.Register("drawColor", "(ILandroid/graphics/PorterDuff$Mode;)V", "", ApiSince=29)>]
override this.DrawColor : Android.Graphics.Color * Android.Graphics.PorterDuff.Mode -> unit

Parameters

color
Color
Attributes

Applies to

DrawColor(Color, BlendMode)

[Android.Runtime.Register("drawColor", "(ILandroid/graphics/BlendMode;)V", "", ApiSince=29)]
public override sealed void DrawColor (Android.Graphics.Color color, Android.Graphics.BlendMode mode);
[<Android.Runtime.Register("drawColor", "(ILandroid/graphics/BlendMode;)V", "", ApiSince=29)>]
override this.DrawColor : Android.Graphics.Color * Android.Graphics.BlendMode -> unit

Parameters

color
Color
mode
BlendMode
Attributes

Applies to

DrawColor(Color)

[Android.Runtime.Register("drawColor", "(I)V", "", ApiSince=29)]
public override sealed void DrawColor (Android.Graphics.Color color);
[<Android.Runtime.Register("drawColor", "(I)V", "", ApiSince=29)>]
override this.DrawColor : Android.Graphics.Color -> unit

Parameters

color
Color
Attributes

Applies to